Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
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.
|
ilog.views.linkconnector |
Contains the predefined link connectors of JViews.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.renderer.graphlayout |
Contains the classes
IlvGraphLayoutRenderer and
IlvLinkLayoutRenderer that give access to
the Rogue Wave JViews Graph Layout capabilities. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDashboardLinkConnector
Link connector used by dashboard symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRelativeLinkConnector
Deprecated.
Beginning with JViews 6.0 you should use
IlvFreeLinkConnector instead, which has the same functionality. |
Modifier and Type | Class and Description |
---|---|
class |
IlvClippingLinkConnector
A link connector that clips the link at the border of a node.
|
class |
IlvFreeLinkConnector
A link connector that allows you to choose the connection points freely
relative to the position of the node.
|
class |
IlvPinLinkConnector
This class is dedicated to the computation of the connection points
of links (
IlvLinkImage in a grapher (IlvGrapher ) using
pins (IlvGrapherPin ). |
Modifier and Type | Class and Description |
---|---|
static class |
IlvGrapherPinRenderer.SDMPinLinkConnector
The class
SDMPinLinkConnector implements the
link connector used by the IlvGrapherPinRenderer . |
class |
IlvSDMClippingLinkConnector
This class implements a special clipping link connector that
takes into account the link connection rectangle of a node.
|
class |
IlvSDMFreeLinkConnector
This class implements a special free link connector that
takes into account the link connection rectangle of a node.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvLinkLayoutRenderer.SDMRelativeLinkConnector
Deprecated.
Beginning with JViews 6.0 you should use
IlvSDMFreeLinkConnector instead, which has the same functionality. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.