|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sizing
Sizing is an interface that contains static values to be used in classes that have a "sizing" property. This property is used to size a component either proportionally to its contents or to size a component uniform to other components based on some set dimension.
Field Summary | |
---|---|
static int |
PROPORTIONAL
Set the size for a component proportionally to its contents. |
static int |
UNIFORM
Set the size for a component uniformly with other components based on a set dimension. |
Field Detail |
---|
static final int PROPORTIONAL
static final int UNIFORM
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |