Uses of Class
net.sf.jguiraffe.gui.layout.CellSize
-
Packages that use CellSize 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 CellSize in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return CellSize Modifier and Type Method Description CellSize
CellConstraints. getCellSize()
Returns the size of the cell.static CellSize
CellSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellSize[]
CellSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.gui.layout with parameters of type CellSize Modifier and Type Method Description CellConstraints.Builder
CellConstraints.Builder. withCellSize(CellSize sz)
Sets thesize
property of theCellConstraints
instance to be created.
-