Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
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.graphlayout.bus |
The Bus Layout algorithm is designed to display bus network
topologies, that is, a set of nodes connected to a
bus node.
|
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 Perforce JViews Graph Layout capabilities. |
Modifier and Type | Method and Description |
---|---|
IlvLinkConnector |
IlvLinkConnector.attach(IlvLinkImage link,
boolean unshare,
boolean origin,
boolean redraw)
Installs the link connector, or a clone of itself,
for the origin or destination of
link . |
static IlvLinkConnector |
IlvLinkConnector.Get(IlvGraphic node)
Deprecated.
Beginning with Perforce JViews 5.5, link connectors can
be specified for both nodes and links. To get the link connector
actually used to compute the connection points of a particular link,
use the method
Get(IlvLinkImage, boolean) . To get the link
connector specified for a node, use the method GetAttached(IlvGraphic) .
Notice that the link connector returned by this method is actually used
only for links incident to node for which a specific link
connector has not been specified. The latter is returned by the method
GetAttached(IlvLinkImage, boolean) . |
static IlvLinkConnector |
IlvLinkConnector.Get(IlvLinkImage link,
boolean origin)
Returns the link connector that actually controls the connection point
on the origin or destination node of
link . |
static IlvLinkConnector |
IlvLinkConnector.GetAttached(IlvGraphic node)
|
static IlvLinkConnector |
IlvLinkConnector.GetAttached(IlvLinkImage link,
boolean origin)
Returns the link connector attached to the origin or destination
of
link using
attach(IlvLinkImage, boolean, boolean) , or null if none. |
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 |
IlvBusLinkConnector
A link connector dedicated to connecting links to a bus node.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCachingLinkConnector
A link connector that has a cache of the link connection points.
|
class |
IlvCenterLinkConnector
A link connector that always connects the links to the center
of the nodes.
|
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.
|
class |
IlvSDMLinkConnector
This link connector subclass is designed to be used
in an SDM engine.
|
Modifier and Type | Method and Description |
---|---|
IlvRect |
IlvSubGraphRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
This method is overridden to take into account
the special expandable nodes.
|
IlvRect |
IlvStyleSheetRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
Returns a rectangle on which the connection points
of the links to/from a node should be located.
|
IlvRect |
IlvSDMRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
Returns a rectangle on which the connection points
of the links to/from a node should be located.
|
IlvRect |
IlvHalfZoomingRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
Computes the rectangle on which the connection points
of the links to/from this node should be located,
taking into account that the
nodes do not always zoom according to the view
transformer.
|
IlvRect |
IlvFilterSDMRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
This method simply calls the
getLinkConnectionRectangle method
of the filtered renderer. |
IlvRect |
IlvExpandCollapseRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
Deprecated.
This method is overridden to take into account
the special expandable nodes.
|
IlvRect |
IlvCompositeRenderer.getLinkConnectionRectangle(IlvSDMEngine engine,
IlvGraphic graphic,
IlvTransformer t,
IlvLinkConnector lc)
Returns a rectangle on which the connection points
of the links to/from a node should be located.
|
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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.