|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.ExpandButtonPosition
public class ExpandButtonPosition
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 |
---|
public static final int OuterRight
public static final int OuterLowerRight
public static final int OuterUpperRight
public static final int OuterBottom
public static final int OuterLeft
public static final int OuterLowerLeft
public static final int OuterUpperLeft
public static final int OuterTop
Constructor Detail |
---|
public ExpandButtonPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |