Uses of Class
net.sf.jguiraffe.gui.layout.PercentData
-
Packages that use PercentData 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. -
-
Uses of PercentData in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return PercentData Modifier and Type Method Description protected PercentData
PercentLayoutBase. checkConstraints(Object constraintsObj)
Checks the specified constraints object.PercentData
PercentData.Builder. create()
Creates thePercentData
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 aPercentData
object with the specified column and row index.Methods in net.sf.jguiraffe.gui.layout with parameters of type PercentData Modifier and Type Method 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.
-