public class TransformedGridTable extends AGridTableDecorator
table| Constructor and Description |
|---|
TransformedGridTable(IGridTable gridTable,
CoordinatesTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
ICell |
getCell(int column,
int row) |
int |
getGridColumn(int column,
int row) |
int |
getGridRow(int column,
int row) |
int |
getHeight() |
CoordinatesTransformer |
getTransformer() |
String |
getUri() |
int |
getWidth() |
boolean |
isNormalOrientation() |
edit, getGrid, getOriginalGridTable, stopEditinggetColumn, getColumns, getColumns, getRegion, getRow, getRows, getRows, getSubtable, getUri, getUriParser, toString, transposepublic TransformedGridTable(IGridTable gridTable, CoordinatesTransformer transformer)
public CoordinatesTransformer getTransformer()
CoordinatesTransformer of this logical table.public ICell getCell(int column, int row)
getCell in interface ITable<IGridTable>getCell in class AGridTablepublic String getUri()
getUri in interface IGridTablegetUri in class AGridTablepublic int getWidth()
public int getHeight()
public int getGridRow(int column,
int row)
public int getGridColumn(int column,
int row)
public boolean isNormalOrientation()
ITable.transpose() and TransposedGridTable.Copyright © 2004–2019 OpenL Tablets. All rights reserved.