|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openadaptor.util.layout.StrutLayout.StrutConnection
protected static final class StrutLayout.StrutConnection
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 |
---|
public StrutLayout.ComponentInfo child
public int from
public int to
public int hdelta
public int vdelta
Constructor Detail |
---|
public StrutLayout.StrutConnection(StrutLayout.ComponentInfo child, int from, int to, int hdelta, int vdelta)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |