Package | Description |
---|---|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.accelerator |
Provides the default key accelerators for
a manager.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.decoration |
Provides predefined decorations.
|
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.hypergraph |
This package contains the graphic framework for hypergraphs.
|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.io |
Provides the input and output streams
to store JViews objects in the IVL format.
|
ilog.views.prototypes |
Provides legacy facilities that allow you to define custom graphic objects
easily.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IltcLayer.getElements()
Returns an enumeration of the objects in this layer.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IltSelectInteractor.getSelectedMovingObjects(IlvManager manager)
Returns the selected moving objects of the input manager.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IltComponentGraphic.getObjects()
Deprecated.
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBufferedGraphicEnumeration
A class used to enumerate graphic objects (
IlvGraphic ) in
a buffered way. |
class |
IlvFilteredGraphicEnumeration
A class used to enumerate filtered graphic objects (
IlvGraphic ). |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvGraphicVector.elements()
Returns an enumeration of the elements.
|
IlvGraphicEnumeration |
IlvIndexedSet.getElements()
Returns an enumeration of all the objects.
|
IlvGraphicEnumeration |
IlvGrapher.getExternalInterGraphLinks()
Returns the intergraph links whose origin or destination node is stored
in this grapher.
|
IlvGraphicEnumeration |
IlvGrapher.getFromNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the "from neighbors" of node . |
IlvGraphicEnumeration |
IlvGrapher.getInterGraphLinks()
Returns the intergraph links stored
in this grapher.
|
IlvGraphicEnumeration |
IlvGrapher.getLinks(IlvGraphic node)
Returns an enumeration of all the links going from/to a node.
|
IlvGraphicEnumeration |
IlvGrapher.getLinksFrom(IlvGraphic node)
Returns an enumeration of all the links originating from a node.
|
IlvGraphicEnumeration |
IlvGrapher.getLinksTo(IlvGraphic node)
Returns an enumeration of all the links going to a node.
|
IlvGraphicEnumeration |
IlvGrapher.getLinksVisibleFrom(IlvGraphic node)
Returns an enumeration of all the links that have the input node as
visible origin node.
|
IlvGraphicEnumeration |
IlvGrapher.getLinksVisibleTo(IlvGraphic node)
Returns an enumeration of all the links that have the input node as
visible destination node.
|
IlvGraphicEnumeration |
IlvManager.getManagers()
Returns an enumeration of all the managers that have
been added in this manager.
|
IlvGraphicEnumeration |
IlvIndexedSet.getManagers()
Returns an enumeration of all the instances of
IlvManager
that have been added in this IlvIndexedSet . |
IlvGraphicEnumeration |
IlvManager.getManagers(int layer)
Returns an enumeration of all the managers that have
been added in this manager in the specified layer.
|
IlvGraphicEnumeration |
IlvGrapher.getNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the "neighbors" of node . |
IlvGraphicEnumeration |
IlvManager.getObjects()
Returns an enumeration of all the objects in the manager.
|
IlvGraphicEnumeration |
IlvGraphicBag.getObjects()
Returns an enumeration of all the objects in this graphic bag.
|
IlvGraphicEnumeration |
IlvManager.getObjects(boolean traverse)
Returns an enumeration of all the objects in the manager and
in the managers that have been added recursively in this manager.
|
IlvGraphicEnumeration |
IlvManager.getObjects(int layer)
Returns an enumeration of all the objects in a layer.
|
IlvGraphicEnumeration |
IlvManager.getSelectedMovingObjects(boolean[] flags)
Returns the selected objects that should be moved by the select interactor.
|
IlvGraphicEnumeration |
IlvGrapher.getSelectedMovingObjects(boolean[] flags)
Returns the selected objects that should be moved by the select interactor.
|
IlvGraphicEnumeration |
IlvObjectWithSelection.getSelectedObjects()
Returns an enumeration of all the selected objects.
|
IlvGraphicEnumeration |
IlvManager.getSelectedObjects()
Returns an enumeration of all the selected objects.
|
IlvGraphicEnumeration |
IlvManager.getSelectedObjects(boolean traverse)
Returns an enumeration of all the selected
objects in this manager.
|
IlvGraphicEnumeration |
IlvManager.getSelectedObjects(boolean traverse,
boolean onlyInManagers)
Returns an enumeration of all the selected
objects in this manager.
|
IlvGraphicEnumeration |
IlvManager.getSelections()
Returns an enumeration of all the selection
objects (instances of
IlvSelection ). |
IlvGraphicEnumeration |
IlvGrapher.getToNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the "to neighbors" of node . |
IlvGraphicEnumeration |
IlvGrapher.getTreeExternalInterGraphLinks()
Returns an enumeration of the nesting tree external intergraph links
for this grapher.
|
IlvGraphicEnumeration |
IlvManager.pasteSelection(IlvPoint p,
boolean select)
Pastes the graphic objects saved in the clipboard
into the manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvManager.applyToObjects(IlvGraphicEnumeration enumeration,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to many graphic objects.
|
void |
IlvManager.applyToObjects(IlvGraphicEnumeration enumeration,
IlvApplyObjects f,
Object arg,
boolean redraw)
Applies a method that affects many graphic objects.
|
void |
IlvManager.translateObjects(IlvGraphicEnumeration enumeration,
double dx,
double dy,
IlvTransformer t)
Translates the input objects that must belong to this manager.
|
Constructor and Description |
---|
IlvBufferedGraphicEnumeration(IlvGraphicEnumeration e)
Creates a new
IlvBufferedGraphicEnumeration . |
IlvFilteredGraphicEnumeration(IlvGraphicEnumeration e,
IlvGraphicFilter filter)
Creates a new
IlvFilteredGraphicEnumeration . |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvMoveSelectionAccelerator.getSelectedMovingObjects(IlvManager manager)
Returns the selected moving objects of the input manager.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvGraphicDecoration.getObjects()
Returns an enumeration of all the objects in this graphic bag.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvGraphicSet.getObjects()
Returns an enumeration of all the objects in the graphic set.
|
IlvGraphicEnumeration |
IlvGraphicHandleSelection.getObjects()
Returns the objects of the bag.
|
IlvGraphicEnumeration |
IlvGraphicHandleBag.getObjects()
Returns the objects of the bag.
|
IlvGraphicEnumeration |
IlvDoubleGraphicHandleBag.getObjects()
Returns the objects of the bag.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvCompositeLink.getObjects()
Returns all the children of this object.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvDefaultGraphicManagerFrame.getObjects()
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvLinkBundle.getLinkBundles()
Returns an enumeration of all the link bundles that have
been added as sublinks in this link bundle.
|
IlvGraphicEnumeration |
IlvLinkBundle.getObjects()
You should not call this method.
|
IlvGraphicEnumeration |
IlvLinkBundle.getSelectedObjects()
Returns an enumeration of all the selected sublinks of this link bundle.
|
IlvGraphicEnumeration |
IlvLinkBundle.getSelectedSublinks()
Returns an enumeration of all the selected sublinks of this link bundle.
|
IlvGraphicEnumeration |
IlvLinkBundle.getSelectedSublinks(boolean traverse)
Returns an enumeration of all the selected
sublinks in this link bundle.
|
IlvGraphicEnumeration |
IlvLinkBundle.getSublinksEnum()
Returns an enumeration of the sublinks of this link bundle.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvHyperGrapher.getExternalInterGraphHyperEdges()
Returns the intergraph hyperedges that have any end node stored in this
hypergrapher.
|
IlvGraphicEnumeration |
IlvHyperEdge.getFrom()
Returns the origin nodes.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperEdges()
Returns the regular hyperedges stored in this hypergrapher.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperEdgesFrom(IlvGraphic node)
Returns an enumeration of all the hyperedges that have the input node
as source.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperEdgesTo(IlvGraphic node)
Returns an enumeration of all the hyperedges that have the input node
as target.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperEdgesVisibleFrom(IlvGraphic node)
Returns an enumeration of all the hyperedges that have the input node
as visible origin node.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperEdgesVisibleTo(IlvGraphic node)
Returns an enumeration of all the hyperedges that have the input node
as visible destination node.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperGraphFromNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the hyperedge "from neighbors" of node . |
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperGraphNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the hyperedge "neighbors" of node . |
IlvGraphicEnumeration |
IlvHyperGrapher.getHyperGraphToNeighbors(IlvGraphic node)
Returns an enumeration of all nodes (
IlvGraphic )
that are the hyperedge "to neighbors" of node . |
IlvGraphicEnumeration |
IlvHyperGrapher.getInterGraphHyperEdges()
Returns the intergraph hyperedges stored in this hypergrapher.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getSelectedMovingObjects(boolean[] flags)
Returns the selected objects that should be moved by the select interactor
|
IlvGraphicEnumeration |
IlvHyperEdge.getTo()
Returns the destination nodes.
|
IlvGraphicEnumeration |
IlvHyperGrapher.getTreeExternalInterGraphHyperEdges()
Returns an enumeration of the nesting tree external intergraph
hyperegdes for this grapher.
|
IlvGraphicEnumeration |
IlvHyperGrapher.pasteSelection(IlvPoint p,
boolean select)
Pastes the graphic objects saved in the clipboard
into the manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHyperGrapher.translateObjects(IlvGraphicEnumeration enumeration,
double dx,
double dy,
IlvTransformer t)
Translates the input objects that must belong to this manager.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvSelectInteractor.getSelectedMovingObjects(IlvManager manager)
Returns the selected moving objects of the input manager.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGraphicEnumeration |
IlvOutputStream.filterObjects(IlvGraphicEnumeration objs,
boolean copypaste)
Allows subclasses of
IlvOutputStream
to filter the
graphic objects that will be actually saved to the file. |
IlvGraphicEnumeration |
IlvInputStream.getObjects()
Returns an enumeration of the graphic objects
that have been read.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGraphicEnumeration |
IlvOutputStream.filterObjects(IlvGraphicEnumeration objs,
boolean copypaste)
Allows subclasses of
IlvOutputStream
to filter the
graphic objects that will be actually saved to the file. |
void |
IlvOutputStream.write(String field,
IlvGraphicEnumeration objs)
Writes an
IlvGraphicEnumeration field. |
void |
IlvOutputStream.write(String field,
IlvGraphicEnumeration objs,
boolean filter)
Writes an
IlvGraphicEnumeration field. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvPrototypeBeanSupport.getObjects()
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvGeneralLink.getObjects()
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicEnumeration |
IlvSubGraphRenderer.GraphicManagerFrame.getObjects()
Implementation of the
IlvGraphicBag interface. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.