java.lang.Object
com.aspose.diagram.RouteStyleValue
public class RouteStyleValue
| Field Summary | ||
|---|---|---|
static final int | DEFAULT_RIGHT_ANGLE | |
| Default. Right angle. | ||
static final int | RIGHT_ANGLE | |
| Right angle. | ||
static final int | STRAIGHT | |
| Straight. | ||
static final int | ORGANIZATION_CHART_TOP_TO_BOTTOM | |
| Organization chart top to bottom. | ||
static final int | ORGANIZATION_CHART_LEFT_TO_RIGHT | |
| Organization chart left to right. | ||
static final int | FLOWCHART_TOP_TO_BOTTOM | |
| Flow chart top to bottom. | ||
static final int | FLOWCHART_LEFT_TO_RIGHT | |
| Flow chart left to right. | ||
static final int | TREE_TOP_TO_BOTTOM | |
| Tree top to bottom. | ||
static final int | TREE_LEFT_TO_RIGHT | |
| Tree left to right. | ||
static final int | NETWORK | |
| Network. | ||
static final int | ORGANIZATION_CHART_BOTTOM_TO_TOP | |
| Organization chart bottom to top. | ||
static final int | ORGANIZATION_CHART_RIGHT_TO_LEFT | |
| Organization chart right to left. | ||
static final int | FLOWCHART_BOTTOM_TO_TOP | |
| Flowchart bottom to top. | ||
static final int | FLOWCHART_RIGHT_TO_LEFT | |
| Flowchart right to left. | ||
static final int | TREE_BOTTOM_TO_TOP | |
| Tree bottom to top. | ||
static final int | TREE_RIGHT_TO_LEFT | |
| Tree right to left. | ||
static final int | CENTER_TO_CENTER | |
| Center to center. | ||
static final int | SIMPLE_TOP_TO_BOTTOM | |
| Simple top to bottom. | ||
static final int | SIMPLE_LEFT_TO_RIGHT | |
| Simple left to right. | ||
static final int | SIMPLE_BOTTOM_TO_TOP | |
| Simple bottom to top. | ||
static final int | SIMPLE_RIGHT_TO_LEFT | |
| Simple right to left. | ||
static final int | SIMPLE_HORIZONTAL_VERTICAL | |
| Simple horizontal vertical. | ||
static final int | SIMPLE_VERTICAL_HORIZONTAL | |
| Simple vertical horizontal. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
DEFAULT_RIGHT_ANGLE | |
public static final int DEFAULT_RIGHT_ANGLE | |
RIGHT_ANGLE | |
public static final int RIGHT_ANGLE | |
STRAIGHT | |
public static final int STRAIGHT | |
ORGANIZATION_CHART_TOP_TO_BOTTOM | |
public static final int ORGANIZATION_CHART_TOP_TO_BOTTOM | |
ORGANIZATION_CHART_LEFT_TO_RIGHT | |
public static final int ORGANIZATION_CHART_LEFT_TO_RIGHT | |
FLOWCHART_TOP_TO_BOTTOM | |
public static final int FLOWCHART_TOP_TO_BOTTOM | |
FLOWCHART_LEFT_TO_RIGHT | |
public static final int FLOWCHART_LEFT_TO_RIGHT | |
TREE_TOP_TO_BOTTOM | |
public static final int TREE_TOP_TO_BOTTOM | |
TREE_LEFT_TO_RIGHT | |
public static final int TREE_LEFT_TO_RIGHT | |
NETWORK | |
public static final int NETWORK | |
ORGANIZATION_CHART_BOTTOM_TO_TOP | |
public static final int ORGANIZATION_CHART_BOTTOM_TO_TOP | |
ORGANIZATION_CHART_RIGHT_TO_LEFT | |
public static final int ORGANIZATION_CHART_RIGHT_TO_LEFT | |
FLOWCHART_BOTTOM_TO_TOP | |
public static final int FLOWCHART_BOTTOM_TO_TOP | |
FLOWCHART_RIGHT_TO_LEFT | |
public static final int FLOWCHART_RIGHT_TO_LEFT | |
TREE_BOTTOM_TO_TOP | |
public static final int TREE_BOTTOM_TO_TOP | |
TREE_RIGHT_TO_LEFT | |
public static final int TREE_RIGHT_TO_LEFT | |
CENTER_TO_CENTER | |
public static final int CENTER_TO_CENTER | |
SIMPLE_TOP_TO_BOTTOM | |
public static final int SIMPLE_TOP_TO_BOTTOM | |
SIMPLE_LEFT_TO_RIGHT | |
public static final int SIMPLE_LEFT_TO_RIGHT | |
SIMPLE_BOTTOM_TO_TOP | |
public static final int SIMPLE_BOTTOM_TO_TOP | |
SIMPLE_RIGHT_TO_LEFT | |
public static final int SIMPLE_RIGHT_TO_LEFT | |
SIMPLE_HORIZONTAL_VERTICAL | |
public static final int SIMPLE_HORIZONTAL_VERTICAL | |
SIMPLE_VERTICAL_HORIZONTAL | |
public static final int SIMPLE_VERTICAL_HORIZONTAL | |
UNDEFINED | |
public static final int UNDEFINED | |