ibm_ilog.graphlayout.Direction
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);
.