com.aspose.diagram
Class ShapeRouteStyleValue

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

public class ShapeRouteStyleValue 
extends java.lang.Object

Utility class containing constants. Specifies the routing style and direction for a connector on the drawing page.


Field Summary
static final intPAGE_DEFAULT
           Page default.
static final intRIGHT_ANGLE
           Right angle.
static final intSTRAIGHT
           Straight.
static final intORGANIZATION_CHART_TOP_TO_BOTTOM
           Organization chart. Direction Top to bottom.
static final intORGANIZATION_CHART_LEFT_TO_RIGHT
           Organization chart. Left to right.
static final intFLOWCHART_TOP_TO_BOTTOM
           Flowchart. Top to bottom.
static final intFLOWCHART_LEFT_TO_RIGHT
           Flowchart. 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

PAGE_DEFAULT

public static final int PAGE_DEFAULT
Page default.

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. Direction 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
Flowchart. Top to bottom.

FLOWCHART_LEFT_TO_RIGHT

public static final int FLOWCHART_LEFT_TO_RIGHT
Flowchart. 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.