Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.ashwood.graph.layout
Class LayoutConstants  view LayoutConstants download LayoutConstants.java

java.lang.Object
  extended byorg.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()