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 PercentDataPercentLayoutBase. checkConstraints(Object constraintsObj)Checks the specified constraints object.PercentDataPercentData.Builder. create()Creates thePercentDatainstance whose properties were specified by the preceding method calls.protected PercentDataPercentLayoutBase. getPercentData(int col, int row)Returns the constraints object for the component at the specified position of this layout.PercentDataPercentData.Builder. pos(int x, int y)Returns aPercentDataobject 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 intPercentLayoutBase. calcCellSize(PercentData pd, int colIdx, int rowIdx, Object container, boolean minimum, boolean vert)Determines the size of a single cell.protected intPercentLayoutBase. calcComponentSize(PercentData pd, Object comp, Object container, boolean minimum, boolean vert)Determines the size of a component based on the given constraints object.protected CellConstraintsPercentLayoutBase. constraintsFor(PercentData pd, boolean vert)Returns the constraints object for the specified percent data and the given orientation.
-