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 |
---|---|
PercentData.Builder |
PercentData.Builder.span(int w,
int h)
Initializes the number of columns and rows occupied by the component
association with the
PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.spanX(int w)
Initializes the number of columns occupied by the component
associated with the
PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.spanY(int h)
Initializes the number of rows occupied by the component associated
with the
PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.withColumnConstraints(CellConstraints cc)
Sets a
CellConstraints reference for the column for the
PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.withRowConstraints(CellConstraints cc)
Sets a
CellConstraints reference for the row for the PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.withTargetColumn(int tc)
Initializes the
targetColumn property of the PercentData instance to be created. |
PercentData.Builder |
PercentData.Builder.withTargetRow(int tr)
Initializes the
targetRow property of the PercentData
instance to be created. |
PercentData.Builder |
PercentData.Builder.xy(int x,
int y)
Initializes the column and the row index of the
PercentData
instance to be created. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.