public class WizardNodeMap.Cell extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getGaps()
Gets the number of gaps between the leafs of this cell
|
int |
getIndex()
Gets the index of this cell.
|
Dimension |
getMinimumSize()
Gets the minimum size of this cell, does not include any gaps
|
SplitNode |
getNode()
Gets the node which is represented by this
WizardNodeMap.Cell. |
Dimension |
getPreferredSize()
Gets the preferred size of this cell, does not include any gaps
|
public SplitNode getNode()
WizardNodeMap.Cell.public int getIndex()
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public int getGaps()
Copyright © 2018. All rights reserved.