|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openadaptor.util.layout.StrutLayout.SpringInfo
protected static final class StrutLayout.SpringInfo
Stores spring constraint information.
Field Summary | |
---|---|
int |
horizExtent
The horizontal extent (width) of this component and all children that will be affected by horizontal expansion. |
int |
springs
|
int |
vertExtent
The vertical extent (height) of this component and all children that will be affected by vertical expansion. |
Constructor Summary | |
---|---|
StrutLayout.SpringInfo(int springs)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int springs
public int horizExtent
public int vertExtent
Constructor Detail |
---|
public StrutLayout.SpringInfo(int springs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |