|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.graph.Node
org.eclipse.draw2d.graph.SubgraphBoundary
Field Summary | |
static int |
BOTTOM
constant indicating BOTTOM. |
static int |
LEFT
constant indicating LEFT. |
static int |
RIGHT
constant indicating RIGHT. |
static int |
TOP
constant indicating TOP. |
Fields inherited from class org.eclipse.draw2d.graph.Node |
data, flag, height, incoming, incomingOffset, index, nestingIndex, outgoing, outgoingOffset, rank, sortValue, width, workingData, workingInts, x, y |
Constructor Summary | |
SubgraphBoundary(Subgraph s,
Insets p,
int side)
Constructs a new boundary. |
Methods inherited from class org.eclipse.draw2d.graph.Node |
getOffsetIncoming, getOffsetOutgoing, getPadding, getParent, isNested, setPadding, setParent, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TOP
public static final int LEFT
public static final int BOTTOM
public static final int RIGHT
Constructor Detail |
public SubgraphBoundary(Subgraph s, Insets p, int side)
s
- the subgraphp
- the paddingside
- which side
|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |