org.openadaptor.util.layout
Class StrutLayout.StrutConnection

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

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

Represents a strut from a parent to a child.


Field Summary
 StrutLayout.ComponentInfo child
           
 int from
           
 int hdelta
           
 int to
           
 int vdelta
           
 
Constructor Summary
StrutLayout.StrutConnection(StrutLayout.ComponentInfo child, int from, int to, int hdelta, int vdelta)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

public StrutLayout.ComponentInfo child

from

public int from

to

public int to

hdelta

public int hdelta

vdelta

public int vdelta
Constructor Detail

StrutLayout.StrutConnection

public StrutLayout.StrutConnection(StrutLayout.ComponentInfo child,
                                   int from,
                                   int to,
                                   int hdelta,
                                   int vdelta)