Package | Description |
---|---|
ilog.views.graphlayout.hierarchical |
The Hierarchical Layout algorithm arranges the nodes of the graph
in horizontal or vertical levels, so that the majority of the
links point in the same direction (top-down, left-to-right, and so on).
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Constructor and Description |
---|
IlvHierarchicalLayout(IlvHierarchicalLayout source)
Creates a new layout instance by copying an existing one.
|
IlvHierarchicalLayoutGrapherProperty(String name,
IlvHierarchicalLayout layout,
boolean withDefaults)
Creates a new
IlvHierarchicalLayoutGrapherProperty that
stores layout parameter settings of the layout . |
IlvHierarchicalLayoutLinkProperty(String name,
IlvHierarchicalLayout layout,
IlvGraphic link,
boolean withDefaults)
Creates a new
IlvHierarchicalLayoutLinkProperty that
stores layout parameter settings of the layout for the
link . |
IlvHierarchicalLayoutNodeProperty(String name,
IlvHierarchicalLayout layout,
IlvGraphic node,
boolean withDefaults)
Creates a new
IlvHierarchicalLayoutNodeProperty that
stores layout parameter settings of the layout for the
node . |
Modifier and Type | Method and Description |
---|---|
void |
IlvLaneRenderer.afterLayout(IlvHierarchicalLayout hl)
This method is used internally, do not call it directly.
|
void |
IlvLaneRenderer.beforeLayout(IlvHierarchicalLayout hl)
This method is used internally, do not call it directly.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.