Eclipse Draw2d
2.1

org.eclipse.draw2d.graph
Class SubgraphBoundary

java.lang.Object
  |
  +--org.eclipse.draw2d.graph.Node
        |
        +--org.eclipse.draw2d.graph.SubgraphBoundary

public class SubgraphBoundary
extends Node


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

TOP

public static final int TOP
constant indicating TOP.

See Also:
Constant Field Values

LEFT

public static final int LEFT
constant indicating LEFT.

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
constant indicating BOTTOM.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
constant indicating RIGHT.

See Also:
Constant Field Values
Constructor Detail

SubgraphBoundary

public SubgraphBoundary(Subgraph s,
                        Insets p,
                        int side)
Constructs a new boundary.

Parameters:
s - the subgraph
p - the padding
side - which side

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.