com.aspose.diagram
Class RouteStyleValue

java.lang.Object
    extended by com.aspose.diagram.RouteStyleValue

public class RouteStyleValue 
extends java.lang.Object

Utility class containing constants. Specifies the routing style and direction for all dynamic connectors on the drawing page that don't have a local routing style.


Field Summary
static final intDEFAULT_RIGHT_ANGLE
           Default. Right angle.
static final intRIGHT_ANGLE
           Right angle.
static final intSTRAIGHT
           Straight.
static final intORGANIZATION_CHART_TOP_TO_BOTTOM
           Organization chart top to bottom.
static final intORGANIZATION_CHART_LEFT_TO_RIGHT
           Organization chart left to right.
static final intFLOWCHART_TOP_TO_BOTTOM
           Flow chart top to bottom.
static final intFLOWCHART_LEFT_TO_RIGHT
           Flow chart left to right.
static final intTREE_TOP_TO_BOTTOM
           Tree top to bottom.
static final intTREE_LEFT_TO_RIGHT
           Tree left to right.
static final intNETWORK
           Network.
static final intORGANIZATION_CHART_BOTTOM_TO_TOP
           Organization chart bottom to top.
static final intORGANIZATION_CHART_RIGHT_TO_LEFT
           Organization chart right to left.
static final intFLOWCHART_BOTTOM_TO_TOP
           Flowchart bottom to top.
static final intFLOWCHART_RIGHT_TO_LEFT
           Flowchart right to left.
static final intTREE_BOTTOM_TO_TOP
           Tree bottom to top.
static final intTREE_RIGHT_TO_LEFT
           Tree right to left.
static final intCENTER_TO_CENTER
           Center to center.
static final intSIMPLE_TOP_TO_BOTTOM
           Simple top to bottom.
static final intSIMPLE_LEFT_TO_RIGHT
           Simple left to right.
static final intSIMPLE_BOTTOM_TO_TOP
           Simple bottom to top.
static final intSIMPLE_RIGHT_TO_LEFT
           Simple right to left.
static final intSIMPLE_HORIZONTAL_VERTICAL
           Simple horizontal vertical.
static final intSIMPLE_VERTICAL_HORIZONTAL
           Simple vertical horizontal.
static final intUNDEFINED
           Undefined.
 

Field Detail

DEFAULT_RIGHT_ANGLE

public static final int DEFAULT_RIGHT_ANGLE
Default. Right angle.

RIGHT_ANGLE

public static final int RIGHT_ANGLE
Right angle.

STRAIGHT

public static final int STRAIGHT
Straight.

ORGANIZATION_CHART_TOP_TO_BOTTOM

public static final int ORGANIZATION_CHART_TOP_TO_BOTTOM
Organization chart top to bottom.

ORGANIZATION_CHART_LEFT_TO_RIGHT

public static final int ORGANIZATION_CHART_LEFT_TO_RIGHT
Organization chart left to right.

FLOWCHART_TOP_TO_BOTTOM

public static final int FLOWCHART_TOP_TO_BOTTOM
Flow chart top to bottom.

FLOWCHART_LEFT_TO_RIGHT

public static final int FLOWCHART_LEFT_TO_RIGHT
Flow chart left to right.

TREE_TOP_TO_BOTTOM

public static final int TREE_TOP_TO_BOTTOM
Tree top to bottom.

TREE_LEFT_TO_RIGHT

public static final int TREE_LEFT_TO_RIGHT
Tree left to right.

NETWORK

public static final int NETWORK
Network.

ORGANIZATION_CHART_BOTTOM_TO_TOP

public static final int ORGANIZATION_CHART_BOTTOM_TO_TOP
Organization chart bottom to top.

ORGANIZATION_CHART_RIGHT_TO_LEFT

public static final int ORGANIZATION_CHART_RIGHT_TO_LEFT
Organization chart right to left.

FLOWCHART_BOTTOM_TO_TOP

public static final int FLOWCHART_BOTTOM_TO_TOP
Flowchart bottom to top.

FLOWCHART_RIGHT_TO_LEFT

public static final int FLOWCHART_RIGHT_TO_LEFT
Flowchart right to left.

TREE_BOTTOM_TO_TOP

public static final int TREE_BOTTOM_TO_TOP
Tree bottom to top.

TREE_RIGHT_TO_LEFT

public static final int TREE_RIGHT_TO_LEFT
Tree right to left.

CENTER_TO_CENTER

public static final int CENTER_TO_CENTER
Center to center.

SIMPLE_TOP_TO_BOTTOM

public static final int SIMPLE_TOP_TO_BOTTOM
Simple top to bottom.

SIMPLE_LEFT_TO_RIGHT

public static final int SIMPLE_LEFT_TO_RIGHT
Simple left to right.

SIMPLE_BOTTOM_TO_TOP

public static final int SIMPLE_BOTTOM_TO_TOP
Simple bottom to top.

SIMPLE_RIGHT_TO_LEFT

public static final int SIMPLE_RIGHT_TO_LEFT
Simple right to left.

SIMPLE_HORIZONTAL_VERTICAL

public static final int SIMPLE_HORIZONTAL_VERTICAL
Simple horizontal vertical.

SIMPLE_VERTICAL_HORIZONTAL

public static final int SIMPLE_VERTICAL_HORIZONTAL
Simple vertical horizontal.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.