org.openadaptor.util.layout
Class StrutLayout.SpringInfo

java.lang.Object
  extended by org.openadaptor.util.layout.StrutLayout.SpringInfo
Enclosing class:
StrutLayout

protected static final class StrutLayout.SpringInfo
extends java.lang.Object

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

springs

public int springs

horizExtent

public int horizExtent
The horizontal extent (width) of this component and all children that will be affected by horizontal expansion.


vertExtent

public int vertExtent
The vertical extent (height) of this component and all children that will be affected by vertical expansion.

Constructor Detail

StrutLayout.SpringInfo

public StrutLayout.SpringInfo(int springs)