com.jgraph.layout.orthogonal
Interface IDirectionable
- public interface IDirectionable
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
TOP_LEFT
public static final int TOP_LEFT
- See Also:
- Constant Field Values
TOP_RIGHT
public static final int TOP_RIGHT
- See Also:
- Constant Field Values
BOTTOM_LEFT
public static final int BOTTOM_LEFT
- See Also:
- Constant Field Values
BOTTOM_RIGHT
public static final int BOTTOM_RIGHT
- See Also:
- Constant Field Values
ANY
public static final int ANY
- See Also:
- Constant Field Values
getDirection
public int getDirection()
- Returns a direction.
- Returns:
- the direction - the value could be one of pre-defined static field in IDirectionable interface
Copyright (C) 2005 JGraph.com. All rights reserved.