Package | Description |
---|---|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.graphic.linkpolicy |
Contains the link shape policies.
|
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.hypergraph |
This package contains the graphic framework for hypergraphs.
|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.linkconnector |
Contains the predefined link connectors of JViews.
|
ilog.views.sdm |
The main Rogue Wave JViews Stylable Data Mapper (SDM) package.
|
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. |
ilog.views.symbol.util |
Contains the utility classes used by compiled symbols at runtime.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGrapher |
IlpGraphView.createGrapher(IlpContext context)
Creates the
IlvGrapher used by this view. |
IlvGrapher |
IlpGraphView.getGrapher()
Returns the
IlvGrapher used by this view. |
IlvGrapher |
IlpGraphView.getSubNetwork(IlpRepresentationObject object)
Returns the
IlvGrapher that corresponds to a subnetwork. |
Modifier and Type | Class and Description |
---|---|
class |
IltNetwork
This subclass of
IlvGrapher instantiates its own
IltCompositeGrapher , and
optionally it instantiates a sample network. |
Modifier and Type | Method and Description |
---|---|
void |
IltCompositeGrapher.grapherChanged(IlvGrapher grapher) |
Constructor and Description |
---|
IltCompositeGrapher(IlpContext appContext,
IlvGrapher grapher)
Creates a new grapher for
IltCompositeGraphic objects. |
IltCompositeGrapher(IlpContext appContext,
IlvGrapher grapher,
boolean uniqueInIlvGrapher)
Creates a new grapher for
IltCompositeGraphic objects. |
IltCompositeGrapher(IlvGrapher grapher)
Creates a new grapher for
IltCompositeGraphic objects. |
Modifier and Type | Method and Description |
---|---|
static IlvGrapher |
IlvGrapher.getLowestCommonGrapher(IlvGraphic obja,
IlvGraphic objb)
Returns the lowest common grapher of two graphic objects or
null if the two objects do not have a common
ancestor. |
Constructor and Description |
---|
IlvGrapher(IlvGrapher origin)
Creates a new
IlvGrapher by copying the
specified one. |
Modifier and Type | Method and Description |
---|---|
static IlvCrossingLinkShapePolicy |
IlvLinkShapePolicyUtil.GetCrossingPolicy(IlvGrapher grapher)
Returns the default crossing link shape policy for the crossing aware
links of the input grapher.
|
static IlvLinkShapePolicy |
IlvLinkShapePolicyUtil.GetLinkShapePolicy(int mode,
IlvGrapher grapher)
Returns the default link shape policy for the policy aware links of
the input grapher that use the input mode.
|
Modifier and Type | Method and Description |
---|---|
IlvGrapher |
IlvRotatedGraphModel.getGrapher()
Returns the
IlvGrapher that stores the nodes and links of the
graph. |
IlvGrapher |
IlvGrapherPropertyAdapter.getGrapher()
Returns the
IlvGrapher encapsulated by the adapter. |
IlvGrapher |
IlvGrapherAdapter.getGrapher()
Returns the
IlvGrapher encapsulated by the adapter. |
IlvGrapher |
IlvGraphModel.getGrapher()
Returns the
IlvGrapher that stores the nodes and links of the
graph. |
IlvGrapher |
IlvGraphLayout.getGrapher()
Returns the
IlvGrapher that contains the nodes and links to be
laid out. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphLayout.attach(IlvGrapher grapher)
Sets the grapher to be laid out.
|
static void |
IlvGraphLayoutUtil.ConnectLinksToPoint(IlvGrapher grapher,
IlvGraphic node,
IlvPoint point,
IlvTransformer t,
boolean redraw)
Deprecated.
Beginning with JViews 6.0 you should use
IlvClippingUtil.ConnectLinksToPoint(ilog.views.IlvGrapher, ilog.views.IlvGraphic, ilog.views.IlvPoint, ilog.views.IlvTransformer, boolean) instead, which has the same
functionality. |
protected void |
IlvGrapherAdapter.prepareGrapher(IlvGrapher grapher,
IlvGraphLayout layout,
boolean redraw)
Prepares the grapher for layout.
|
protected void |
IlvGrapherAdapter.redrawAfterLayout(IlvGrapher grapher,
IlvGraphLayout layout,
boolean redraw)
Redraws a grapher once the layout process has finished.
|
void |
IlvGraphLayout.setGrapher(IlvGrapher grapher)
Sets the grapher to be laid out.
|
Constructor and Description |
---|
IlvGrapherAdapter(IlvGrapher grapher)
Creates a new adapter for a given
IlvGrapher . |
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
Modifier and Type | Method and Description |
---|---|
IlvGrapher |
IlvMakeLinkInteractor.getGrapher()
Returns the grapher where the interactor is attached.
|
IlvGrapher |
IlvGrapherPinInteractor.getGrapher()
Returns the grapher where the interactor is attached.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvClippingUtil.ConnectLinksToPoint(IlvGrapher grapher,
IlvGraphic node,
IlvPoint point,
IlvTransformer t,
boolean redraw)
Tries to connect all links of the input node to the input point.
|
Modifier and Type | Method and Description |
---|---|
IlvGrapher |
IlvSDMEngine.getGrapher()
Returns the grapher associated with this SDM engine.
|
Modifier and Type | Method and Description |
---|---|
static IlvSDMEngine |
IlvSDMEngine.getSDMEngine(IlvGrapher grapher)
Returns the SDM engine associated with the specified
grapher, or
null if no SDM engine is associated
with the specified grapher. |
void |
IlvSDMEngine.setGrapher(IlvGrapher grapher)
Sets the grapher associated with this SDM engine.
|
static void |
IlvSDMEngine.setSDMEngine(IlvGrapher grapher,
IlvSDMEngine engine)
Associates an SDM engine with the specified grapher.
|
Constructor and Description |
---|
IlvSDMEngine(IlvGrapher grapher,
IlvSDMModel model)
Creates an SDM engine with a specified grapher
and data model.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvSubGraphRenderer.SubGrapher
This class is not intended to be directly used by a user application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvSDMRenderer.setLayerName(IlvGrapher grapher,
int layer,
String name)
Sets the name of the specified layer.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphLayout |
IlvGraphLayoutRenderer.getGraphLayout(IlvSDMEngine engine,
IlvGrapher grapher)
Returns the
IlvGraphLayout instance attached
to the specified IlvGrapher . |
Constructor and Description |
---|
IlvCompiledSymbolDashboardReader(IlvGrapher grapher)
Creates a compiled symbol dashboard reader for an
IlvGrapher . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.