matthew.awt
Class StrutLayout.SpringInfo

java.lang.Object
  |
  +--matthew.awt.StrutLayout.SpringInfo

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)
           
 
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)