|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph.layout
Class LayoutConstants

java.lang.Objectorg.objectstyle.ashwood.graph.layout.LayoutConstants
- public class LayoutConstants
- extends java.lang.Object
| Field Summary | |
static int |
BOTTOM
|
static int |
CENTER
|
static int |
HORIZONTAL
|
static int |
LEFT
|
static int |
RIGHT
|
static int |
TOP
|
static int |
VERTICAL
|
| Constructor Summary | |
private |
LayoutConstants()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
| Constructor Detail |
LayoutConstants
private LayoutConstants()
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectstyle.ashwood.graph.layout.LayoutConstants