ibm_ilog.graphlayout.Direction (version 1.1-SNAPSHOT)
Object » ibm_ilog.graphlayout.Direction
dojo.require("ibm_ilog.graphlayout.Direction");
This object defines the direction and alignment constants used in the graph layout API.
For example, to specify a left-to-right layout direction, you would call
layout.setFlowDirection(ibm_graphlayout.Direction.RIGHT);
.
Property Summary
- BOTTOM Top-to-bottom direction
- BOTTOM_LEFT Bottom left alignment.
- BOTTOM_RIGHT Bottom right alignment.
- CENTER Center alignment.
- HORIZONTAL Horizontal direction.
- HORIZONTAL_CENTER Horizontal center alignment.
- LEADING Leading alignment.
- LEFT Right-to-left direction.
- NONE Unspecified or invalid direction.
- RIGHT Left-to-right direction.
- TOP Bottom-to-top direction.
- TOP_LEFT Top left alignment.
- TOP_RIGHT Top right alignment.
- TRAILING Trailing alignment.
- VERTICAL Vertical direction.
- VERTICAL_CENTER Vertical center alignment.