protected class Table.ColumnsControl extends Object implements DimensionControl<Column>
Modifier and Type | Field and Description |
---|---|
protected EntryIndexes |
indexes |
Constructor and Description |
---|
ColumnsControl() |
Modifier and Type | Method and Description |
---|---|
Column |
createEntry(int startCoord,
int endCoord) |
Column |
entryKey(int coord) |
void |
entrySplit(Column splitEntry,
Column newEntry) |
protected EntryIndexes indexes
public Column entryKey(int coord)
entryKey
in interface DimensionControl<Column>
public Column createEntry(int startCoord, int endCoord)
createEntry
in interface DimensionControl<Column>
public void entrySplit(Column splitEntry, Column newEntry)
entrySplit
in interface DimensionControl<Column>
Copyright © 2017. All rights reserved.