com.mindfusion.diagramming
Class ExpandButtonPosition

java.lang.Object
  extended by com.mindfusion.diagramming.ExpandButtonPosition

public class ExpandButtonPosition
extends java.lang.Object

Defines values that specify possible locations for expand/collapse buttons.


Field Summary
static int OuterBottom
          Place expand/collapse buttons at the bottom side of their nodes.
static int OuterLeft
          Place expand/collapse buttons at the left-hand side of their nodes.
static int OuterLowerLeft
          Place expand/collapse buttons at the lower-left corner of their nodes.
static int OuterLowerRight
          Place expand/collapse buttons at the lower-right corner of their nodes.
static int OuterRight
          Place expand/collapse buttons at the right-hand side of their nodes.
static int OuterTop
          Place expand/collapse buttons at the top side of their nodes.
static int OuterUpperLeft
          Place expand/collapse buttons at the upper-left corner of their nodes.
static int OuterUpperRight
          Place expand/collapse buttons at the upper-right corner of their nodes.
 
Constructor Summary
ExpandButtonPosition()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OuterRight

public static final int OuterRight
Place expand/collapse buttons at the right-hand side of their nodes.

See Also:
Constant Field Values

OuterLowerRight

public static final int OuterLowerRight
Place expand/collapse buttons at the lower-right corner of their nodes.

See Also:
Constant Field Values

OuterUpperRight

public static final int OuterUpperRight
Place expand/collapse buttons at the upper-right corner of their nodes.

See Also:
Constant Field Values

OuterBottom

public static final int OuterBottom
Place expand/collapse buttons at the bottom side of their nodes.

See Also:
Constant Field Values

OuterLeft

public static final int OuterLeft
Place expand/collapse buttons at the left-hand side of their nodes.

See Also:
Constant Field Values

OuterLowerLeft

public static final int OuterLowerLeft
Place expand/collapse buttons at the lower-left corner of their nodes.

See Also:
Constant Field Values

OuterUpperLeft

public static final int OuterUpperLeft
Place expand/collapse buttons at the upper-left corner of their nodes.

See Also:
Constant Field Values

OuterTop

public static final int OuterTop
Place expand/collapse buttons at the top side of their nodes.

See Also:
Constant Field Values
Constructor Detail

ExpandButtonPosition

public ExpandButtonPosition()