|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvGrapher | |
|---|---|
| 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 ILOG 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 ILOG 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 ILOG JViews Graph Layout capabilities. |
| Uses of IlvGrapher in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlvGrapher | |
|---|---|
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. |
| Uses of IlvGrapher in ilog.tgo.graphic |
|---|
| Subclasses of IlvGrapher in ilog.tgo.graphic | |
|---|---|
class |
IltNetwork
This subclass of IlvGrapher instantiates its own
IltCompositeGrapher, and
optionally it instantiates a sample network. |
| Methods in ilog.tgo.graphic with parameters of type IlvGrapher | |
|---|---|
void |
IltCompositeGrapher.grapherChanged(IlvGrapher grapher)
|
| Constructors in ilog.tgo.graphic with parameters of type IlvGrapher | |
|---|---|
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. |
|
| Uses of IlvGrapher in ilog.views |
|---|
| Methods in ilog.views that return IlvGrapher | |
|---|---|
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. |
| Constructors in ilog.views with parameters of type IlvGrapher | |
|---|---|
IlvGrapher(IlvGrapher origin)
Creates a new IlvGrapher by copying the
specified one. |
|
| Uses of IlvGrapher in ilog.views.graphic.linkpolicy |
|---|
| Methods in ilog.views.graphic.linkpolicy with parameters of type IlvGrapher | |
|---|---|
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. |
| Uses of IlvGrapher in ilog.views.graphlayout |
|---|
| Methods in ilog.views.graphlayout that return IlvGrapher | |
|---|---|
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. |
| Methods in ilog.views.graphlayout with parameters of type IlvGrapher | |
|---|---|
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. |
| Constructors in ilog.views.graphlayout with parameters of type IlvGrapher | |
|---|---|
IlvGrapherAdapter(IlvGrapher grapher)
Creates a new adapter for a given IlvGrapher. |
|
| Uses of IlvGrapher in ilog.views.hypergraph |
|---|
| Subclasses of IlvGrapher in ilog.views.hypergraph | |
|---|---|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
| Uses of IlvGrapher in ilog.views.interactor |
|---|
| Methods in ilog.views.interactor that return IlvGrapher | |
|---|---|
IlvGrapher |
IlvMakeLinkInteractor.getGrapher()
Returns the grapher where the interactor is attached. |
IlvGrapher |
IlvGrapherPinInteractor.getGrapher()
Returns the grapher where the interactor is attached. |
| Uses of IlvGrapher in ilog.views.linkconnector |
|---|
| Methods in ilog.views.linkconnector with parameters of type IlvGrapher | |
|---|---|
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. |
| Uses of IlvGrapher in ilog.views.sdm |
|---|
| Methods in ilog.views.sdm that return IlvGrapher | |
|---|---|
IlvGrapher |
IlvSDMEngine.getGrapher()
Returns the grapher associated with this SDM engine. |
| Methods in ilog.views.sdm with parameters of type IlvGrapher | |
|---|---|
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. |
| Constructors in ilog.views.sdm with parameters of type IlvGrapher | |
|---|---|
IlvSDMEngine(IlvGrapher grapher,
IlvSDMModel model)
Creates an SDM engine with a specified grapher and data model. |
|
| Uses of IlvGrapher in ilog.views.sdm.renderer |
|---|
| Methods in ilog.views.sdm.renderer with parameters of type IlvGrapher | |
|---|---|
protected void |
IlvSDMRenderer.setLayerName(IlvGrapher grapher,
int layer,
String name)
Sets the name of the specified layer. |
| Uses of IlvGrapher in ilog.views.sdm.renderer.graphlayout |
|---|
| Methods in ilog.views.sdm.renderer.graphlayout with parameters of type IlvGrapher | |
|---|---|
IlvGraphLayout |
IlvGraphLayoutRenderer.getGraphLayout(IlvSDMEngine engine,
IlvGrapher grapher)
Returns the IlvGraphLayout instance attached
to the specified IlvGrapher. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||