Uses of Class
org.openl.rules.table.Point
-
Packages that use Point Package Description org.openl.rules.calc org.openl.rules.lang.xls.binding.wrapper.base org.openl.rules.table -
-
Uses of Point in org.openl.rules.calc
Methods in org.openl.rules.calc that return types with arguments of type Point Modifier and Type Method Description Map<String,Point>CustomSpreadsheetResultOpenClass. getFieldsCoordinates()Map<String,Point>Spreadsheet. getFieldsCoordinates()Constructor parameters in org.openl.rules.calc with type arguments of type Point Constructor Description SpreadsheetResult(Object[][] results, String[] rowNames, String[] columnNames, String[] rowNamesForResultModel, String[] columnNamesForResultModel, Map<String,Point> fieldsCoordinates) -
Uses of Point in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return types with arguments of type Point Modifier and Type Method Description Map<String,Point>AbstractSpreadsheetWrapper. getFieldsCoordinates() -
Uses of Point in org.openl.rules.table
Methods in org.openl.rules.table that return Point Modifier and Type Method Description static PointPoint. get(int column, int row)
-