public class WizardNodeMap.Column extends Object
WizardNodeMap.Cells.| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBounds() |
int |
getCellCount() |
int |
getGaps() |
int |
getGaps(SplitNode node) |
int |
getIndex()
Gets the index of this column, the left most column has index
0. |
Leaf |
getLastLeafOfColumn() |
WizardNodeMap.Cell |
getLeftmostCell(SplitNode node) |
Dimension |
getMinimumSize() |
Dimension |
getMinimumSize(SplitNode node) |
PersistentColumn |
getPersistentColumn() |
Dimension |
getPreferredSize() |
Dimension |
getPreferredSize(SplitNode node) |
WizardNodeMap.Cell |
getRightmostCell(SplitNode node) |
SplitNode |
getRoot()
Gets the root node of this column.
|
WizardNodeMap.Cell[] |
getSortedCells()
Gets the cells ordered by their index.
|
PersistentColumn |
toPersistentColumn()
Converts this column into a new
PersistentColumn. |
public SplitNode getRoot()
public WizardNodeMap.Cell[] getSortedCells()
public PersistentColumn toPersistentColumn()
PersistentColumn.nullpublic int getIndex()
0.public PersistentColumn getPersistentColumn()
public WizardNodeMap.Cell getRightmostCell(SplitNode node)
public WizardNodeMap.Cell getLeftmostCell(SplitNode node)
public Leaf getLastLeafOfColumn()
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public Rectangle getBounds()
public int getCellCount()
public int getGaps(SplitNode node)
public int getGaps()
Copyright © 2018. All rights reserved.