Package | Description |
---|---|
net.sf.jguiraffe.gui.layout |
This package contains the platform-independent base classes and helper classes
for the layout managers provided by the JGUIraffe library.
|
Modifier and Type | Method and Description |
---|---|
protected PercentData |
PercentLayoutBase.checkConstraints(Object constraintsObj)
Checks the specified constraints object.
|
PercentData |
PercentData.Builder.create()
Creates the
PercentData instance whose properties were
specified by the preceding method calls. |
protected PercentData |
PercentLayoutBase.getPercentData(int col,
int row)
Returns the constraints object for the component at the specified
position of this layout.
|
PercentData |
PercentData.Builder.pos(int x,
int y)
Returns a
PercentData object with the specified column and
row index. |
Modifier and Type | Method and Description |
---|---|
protected int |
PercentLayoutBase.calcCellSize(PercentData pd,
int colIdx,
int rowIdx,
Object container,
boolean minimum,
boolean vert)
Determines the size of a single cell.
|
protected int |
PercentLayoutBase.calcComponentSize(PercentData pd,
Object comp,
Object container,
boolean minimum,
boolean vert)
Determines the size of a component based on the given constraints object.
|
protected CellConstraints |
PercentLayoutBase.constraintsFor(PercentData pd,
boolean vert)
Returns the constraints object for the specified percent data and the
given orientation.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.