Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
ilog.views.graphlayout |
A high-level, generic framework for the graph layout services provided
by JViews, which allows you to easily obtain readable representations
of graphs and networks.
|
Modifier and Type | Class and Description |
---|---|
class |
IltGrapherAdapter
An
IltGrapherAdapter is the bridge between a graph layout and an
IltCompositeGrapher . |
Modifier and Type | Method and Description |
---|---|
void |
IltShortLinkLayoutLinkProperty.dispose(IlvGrapherAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IltShortLinkLayoutGrapherProperty.dispose(IlvGrapherAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IltLinkLayoutLinkProperty.dispose(IlvGrapherAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IltLinkLayoutGrapherProperty.dispose(IlvGrapherAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
IlvGrapherAdapter |
IlvLayoutGraphicFilter.getGrapherAdapter()
Returns the
IlvGrapherAdapter with which the filter is
associated. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvLayoutGraphicFilter.accept(IlvGraphic nodeOrLink,
IlvGrapherAdapter adapter)
Returns
true if the graphic object
nodeOrLink is a node or a link that must be taken into
account during the layout. |
void |
IlvGraphLayoutNodeProperty.dispose(IlvGrapherAdapter adapter)
Deprecated.
Since JViews 8.8, use
IlvGraphLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter) . |
void |
IlvGraphLayoutLinkProperty.dispose(IlvGrapherAdapter adapter)
Deprecated.
Since JViews 8.8, use
IlvGraphLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter) . |
void |
IlvGraphLayoutGrapherProperty.dispose(IlvGrapherAdapter adapter)
Deprecated.
Since JViews 8.8, use
IlvGraphLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter) . |
static void |
IlvGraphLayoutUtil.EnsureAppropriateLinkConnectors(IlvGrapherAdapter grapherAdapter,
IlvGraphLayout layout,
boolean moveableConnectionPoints,
boolean traverse)
Ensures that all the link connectors attached to the nodes of an
IlvGrapher are appropriate for a particular layout algorithm. |
static void |
IlvGraphLayoutUtil.EnsureAppropriateLinkConnectors(IlvGrapherAdapter grapherAdapter,
IlvGraphLayout layout,
boolean moveableConnectionPoints,
boolean traverse,
boolean redraw)
Ensures that all the link connectors attached to the nodes of an
IlvGrapher are appropriate for a particular layout algorithm. |
static void |
IlvGraphLayoutUtil.EnsureAppropriateLinkTypes(IlvGrapherAdapter grapherAdapter,
IlvGraphLayout layout,
boolean toStraightLine,
boolean traverse,
boolean interGraphLinks)
Ensures that all the links of the specified
IlvGrapherAdapter
are appropriate for a particular layout algorithm. |
static void |
IlvGraphLayoutUtil.EnsureAppropriateLinkTypes(IlvGrapherAdapter grapherAdapter,
IlvGraphLayout layout,
boolean toStraightLine,
boolean traverse,
boolean interGraphLinks,
boolean redraw)
Ensures that all the links of the specified
IlvGrapherAdapter
are appropriate for a particular layout algorithm. |
void |
IlvGrapherAdapter.saveAndEnableViewCoordinates(IlvGrapherAdapter rootGraphModel)
Saves the reference transformer and reference view such that it can
later be restored.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.