public abstract class ALogicalTable extends Object implements ILogicalTable
| Constructor and Description |
|---|
ALogicalTable(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
ILogicalTable |
getColumn(int column) |
ILogicalTable |
getColumns(int from) |
ILogicalTable |
getColumns(int from,
int to) |
ILogicalTable |
getRow(int row) |
ILogicalTable |
getRows(int from) |
ILogicalTable |
getRows(int from,
int to) |
IGridTable |
getSource() |
boolean |
isNormalOrientation() |
String |
toString() |
ILogicalTable |
transpose() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindColumnStart, findRowStart, getColumnWidth, getRowHeightgetCell, getHeight, getSubtable, getWidthpublic ALogicalTable(IGridTable table)
public IGridTable getSource()
getSource in interface ILogicalTableIGridTablepublic ILogicalTable getColumn(int column)
getColumn in interface ITable<ILogicalTable>ITable by it`s index.public ILogicalTable getColumns(int from)
getColumns in interface ITable<ILogicalTable>ITable from given index and till the right last column, including
borders.public ILogicalTable getColumns(int from, int to)
getColumns in interface ITable<ILogicalTable>ITable from given start index and till the given end.public ILogicalTable getRow(int row)
getRow in interface ITable<ILogicalTable>ITable by it`s index.public ILogicalTable getRows(int from)
getRows in interface ITable<ILogicalTable>ITable from given index and till the bottom row, including borders.public ILogicalTable getRows(int from, int to)
getRows in interface ITable<ILogicalTable>ITable from given start index and till the given end.public ILogicalTable transpose()
transpose in interface ITable<ILogicalTable>TransposedGridTable.public boolean isNormalOrientation()
isNormalOrientation in interface ITable<ILogicalTable>ITable.transpose() and TransposedGridTable.Copyright © 2004–2019 OpenL Tablets. All rights reserved.