|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jas.util.layout.PercentLayout.Constraint
Constructor Summary | |
PercentLayout.Constraint(double x,
double y,
double width,
double height)
Creates a Constraint Object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PercentLayout.Constraint(double x, double y, double width, double height)
x
- The X position of the top left corner of the component (0-100)y
- The Y position of the top left corner of the component (0-100)width
- The percentage width of the component (0-100)height
- The percentage height of the component (0-100)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |