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 CellSizeCellConstraints. getCellSize()Returns the size of the cell.static CellSizeCellSize. 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.BuilderCellConstraints.Builder. withCellSize(CellSize sz)Sets thesizeproperty of theCellConstraintsinstance to be created.
-