|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvGraphicBag | |
|---|---|
| ilog.tgo.graphic | Provides all the classes for handling the graphical representations of the telecom objects. |
| ilog.tgo.swing | Provides Swing classes necessary to create an application mixing ILOG JTGO and Swing. |
| ilog.views | Provides the classes necessary to create a high performance 2D graphic application. |
| ilog.views.dxf | Provides a reader for the DXF file format. |
| ilog.views.event | Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. |
| ilog.views.event.adapter | Provides event listener adapter and handler. |
| 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.graphic.linkpolicy | Contains the link shape policies. |
| ilog.views.hypergraph | This package contains the graphic framework for hypergraphs. |
| ilog.views.hypergraph.crossing | This package contains the utility classes needed to calculate tunnel and bridge crossings in segmented hyperedges. |
| ilog.views.hypergraph.edgeconnector | This package contains the predefined hyperedge connectors of JViews. |
| ilog.views.io | Provides the input and output streams to store JViews objects in the IVL format. |
| ilog.views.maps | This package contains the base classes to write map applications. |
| ilog.views.maps.graphic | This package contains graphic objects specialized for cartographic display. |
| 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. |
| ilog.views.sdm.renderer.graphlayout | Contains the classes IlvGraphLayoutRenderer and
IlvLinkLayoutRenderer that give access to
the ILOG JViews Graph Layout capabilities. |
| ilog.views.svg | Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. |
| ilog.views.swing | Provides all the Swing components necessary to create an application mixing JViews and Swing. |
| Uses of IlvGraphicBag in ilog.tgo.graphic |
|---|
| Classes in ilog.tgo.graphic that implement IlvGraphicBag | |
|---|---|
class |
IltNetwork
This subclass of IlvGrapher instantiates its own
IltCompositeGrapher, and
optionally it instantiates a sample network. |
| Uses of IlvGraphicBag in ilog.tgo.swing |
|---|
| Classes in ilog.tgo.swing that implement IlvGraphicBag | |
|---|---|
class |
IltComponentGraphic
Deprecated. Please use IlpGraphic object instead. Use its
function getComponent() to retrieve a JComponent,
which you can add to any other JComponent. |
| Methods in ilog.tgo.swing that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IltComponentGraphic.getGraphicBag()
Deprecated. Implementation of the IlvGraphicBag interface. |
| Uses of IlvGraphicBag in ilog.views |
|---|
| Classes in ilog.views that implement IlvGraphicBag | |
|---|---|
class |
IlvGrapher
IlvGrapher is a subclass of IlvManager that uses
graphic objects in the form of nodes and links to represent dynamic
interconnected information. |
class |
IlvManager
IlvManager is the container class used to store and manipulate
IlvGraphic objects displayed in one or more IlvManagerView
instance. |
| Methods in ilog.views that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IlvGraphicBag.getGraphicBag()
Returns the IlvGraphicBag that contains this bag or
null if it is not contained in any bag. |
IlvGraphicBag |
IlvGraphic.getGraphicBag()
Returns the graphic bag that contains the object. |
IlvGraphicBag |
IlvGraphic.getTopLevelGraphicBag()
Returns the top level graphic bag. |
| Methods in ilog.views with parameters of type IlvGraphicBag | |
|---|---|
static IlvTransformer |
IlvLinkImage.getLocalTransformerOf(IlvGraphic node,
IlvGraphicBag linkbag,
IlvTransformer t)
Returns the transformer used to draw the input node which is supposed to be an end node of the link, when the link is drawn with the specified transformer. |
void |
IlvGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvManager.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.dxf |
|---|
| Methods in ilog.views.dxf with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvDXFGraphicFactory.addObject(IlvGraphic obj,
IlvGraphicBag bag)
Adds a graphic object to a given graphic bag. |
void |
IlvDefaultDXFGraphicFactory.addObject(IlvGraphic obj,
IlvGraphicBag bag)
Adds a graphic object to a given graphic bag. |
void |
IlvDXFInputStream.read(IlvGraphicBag bag)
Reads the IlvDXFInputStream and puts the read objects into the
given IlvGraphicBag. |
void |
IlvDXFReader.read(InputStream dxfStream,
IlvGraphicBag bag)
Reads the DXF file from the input stream and fills the provided bag. |
void |
IlvDXFReader.read(String dxfFileName,
IlvGraphicBag bag)
Reads the DXF file and fills the provided bag. |
void |
IlvDXFReader.read(URL url,
IlvGraphicBag bag)
Reads a DXF file from the provided URL and fills the provided graphic bag. |
| Uses of IlvGraphicBag in ilog.views.event |
|---|
| Methods in ilog.views.event that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
GraphicBagHierarchyEvent.getGraphicBag()
Returns the source of the event. |
IlvGraphicBag |
GraphicBagHierarchyEvent.getNewRootBag()
Returns the new root of the hierarchy after the change happened. |
IlvGraphicBag |
GraphicBagHierarchyEvent.getOldRootBag()
Returns the old root of the hierarchy before the change happened. |
| Constructors in ilog.views.event with parameters of type IlvGraphicBag | |
|---|---|
GraphicBagHierarchyEvent(IlvGraphicBag bag,
IlvGraphicBag oldRootBag,
IlvGraphicBag newRootBag)
Creates the event. |
|
| Uses of IlvGraphicBag in ilog.views.event.adapter |
|---|
| Methods in ilog.views.event.adapter with parameters of type IlvGraphicBag | |
|---|---|
static IlvManagerSelectionDispatcher |
IlvManagerSelectionDispatcher.Get(IlvGraphicBag bag,
boolean addIfNecessary,
IlvManagerSelectionDispatcher tmplate)
Returns the listener for a manager. |
| Uses of IlvGraphicBag in ilog.views.graphic |
|---|
| Classes in ilog.views.graphic that implement IlvGraphicBag | |
|---|---|
class |
IlvFixedSizeGraphic
The IlvFixedSizeGraphic class derives from the base graphic
handle class IlvGraphicHandle. |
class |
IlvFullZoomingGraphic
The class IlvFullZoomingGraphic is a wrapper class
that is used to make a nonzoomable graphic object fully zoomable. |
class |
IlvGraphicHandleBag
An IlvGraphicHandleBag object is a graphic handle that is
at the same time a graphic bag for the contained object. |
class |
IlvGraphicHandleSelection
An IlvGraphicHandleSelection object is a selection that acts
like a handle to another selection. |
class |
IlvGraphicSet
An IlvGraphicSet instance is used to group several graphic
objects together. |
class |
IlvHalfZoomingGraphic
The class IlvHalfZoomingGraphic is a wrapper class
that is used to prevent a graphic object from zooming above (or below)
a given maximum (or minimum) zoom level. |
| Methods in ilog.views.graphic with parameters of type IlvGraphicBag | |
|---|---|
protected IlvLinkShapePolicy |
IlvEnhancedPolylineLinkImage.getDefaultLinkShapePolicy(IlvGraphicBag bag)
Returns the default link shape policy of the link. |
void |
IlvGraphicSet.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvFullZoomingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvComponentGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvHalfZoomingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvEnhancedPolylineLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvGraphicHandleBag.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvIcon.setGraphicBag(IlvGraphicBag bag)
Overrides the method to restart an animated GIF, if necessary. |
| Uses of IlvGraphicBag in ilog.views.graphic.composite |
|---|
| Classes in ilog.views.graphic.composite that implement IlvGraphicBag | |
|---|---|
class |
IlvCompositeGraphic
IlvCompositeGraphic stores and controls the layout of
multiple IlvGraphic objects thus building complex graphic
objects. |
class |
IlvCompositeLink
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
| Methods in ilog.views.graphic.composite with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvCompositeLink.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvCompositeGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.graphic.composite.decoration |
|---|
| Classes in ilog.views.graphic.composite.decoration that implement IlvGraphicBag | |
|---|---|
class |
IlvAssociation
An IlvAssociation contains an IlvLine that
connects to the center point of two graphic objects. |
class |
IlvDefaultGraphicManagerFrame
This class draws the graphic border of IlvGrapher
objects that represent subgraphs. |
| Methods in ilog.views.graphic.composite.decoration that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IlvDefaultGraphicManagerFrame.getGraphicBag()
Returns the parent grapher. |
| Methods in ilog.views.graphic.composite.decoration with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvAssociation.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.graphic.linkbundle |
|---|
| Classes in ilog.views.graphic.linkbundle that implement IlvGraphicBag | |
|---|---|
class |
IlvLinkBundle
The IlvLinkBundle class provides a link object that stores and
represents a bundle of individual links ("sublinks"). |
| Methods in ilog.views.graphic.linkbundle with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvLinkBundle.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the link bundle. |
| Uses of IlvGraphicBag in ilog.views.graphic.linkpolicy |
|---|
| Methods in ilog.views.graphic.linkpolicy with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvPolicyAwareLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvAbstractCrossingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvCrossingAwareLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.hypergraph |
|---|
| Classes in ilog.views.hypergraph that implement IlvGraphicBag | |
|---|---|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
| Methods in ilog.views.hypergraph with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvSegmentedHyperEdge.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvHyperEdgeSelection.setGraphicBag(IlvGraphicBag bag)
Sets the graphic bag of this object. |
| Uses of IlvGraphicBag in ilog.views.hypergraph.crossing |
|---|
| Methods in ilog.views.hypergraph.crossing with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvAbstractCrossingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.hypergraph.edgeconnector |
|---|
| Methods in ilog.views.hypergraph.edgeconnector with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvHyperEdgePinConnectorSelection.setGraphicBag(IlvGraphicBag bag)
Sets the graphic bag of this object. |
| Uses of IlvGraphicBag in ilog.views.io |
|---|
| Methods in ilog.views.io that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IlvInputStream.getGraphicBag()
Returns the graphic bag. |
| Methods in ilog.views.io with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvInputStream.read(IlvGraphicBag bag)
Reads an IlvInputStream. |
| Uses of IlvGraphicBag in ilog.views.maps |
|---|
| Methods in ilog.views.maps with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvMapInputStream.read(IlvGraphicBag bag)
Reads an IlvInputStream. |
| Uses of IlvGraphicBag in ilog.views.maps.graphic |
|---|
| Classes in ilog.views.maps.graphic that implement IlvGraphicBag | |
|---|---|
class |
IlvMapFixedGraphic
A IlvFixedSizeGraphic implementing the IlvMapGraphic
interface. |
class |
IlvMapGraphicSet
IlvMapGraphicSet represents an IlvGraphicSet
that transmits its IlvMapStyle to the objects that it contains. |
| Uses of IlvGraphicBag in ilog.views.prototypes |
|---|
| Classes in ilog.views.prototypes that implement IlvGraphicBag | |
|---|---|
class |
IlvGraphicGroup
The class IlvGraphicGroup is a subclass of
IlvGraphicSet that encapsulates an IlvGroup. |
class |
IlvPrototypeBeanSupport
Support for beans generated from prototypes. |
| Methods in ilog.views.prototypes that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IlvPrototypeBeanSupport.getGraphicBag()
Implementation of IlvGraphicBag interface. |
IlvGraphicBag |
IlvGraphicElement.getGraphicBag()
Returns the graphic bag that contains the graphic object associated with this graphic element. |
| Methods in ilog.views.prototypes with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvGraphicElement.setGraphicBag(IlvGraphicBag graphicBag)
Adds the graphic object to the graphic bag specified, which is generally an IlvManager object. |
void |
IlvGroupFrame.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.sdm.graphic |
|---|
| Classes in ilog.views.sdm.graphic that implement IlvGraphicBag | |
|---|---|
class |
IlvDefaultLaneGraphic
This is the default graphic object used to represent swim lanes. |
class |
IlvGeneralLink
A graphic widget to display a link. |
class |
IlvGeneralNode
The class IlvGeneralNode is a general-purpose
graphic object with a geometric shape (square, circle,
diamond, or similar), a label, and an icon, each being optional. |
class |
IlvPowerLabel
Deprecated. replaced by IlvZoomableLabel |
class |
IlvSDMCompositeLink
This class adds layering features to the IlvCompositeLink class. |
class |
IlvSDMCompositeNode
This class adds layering features to the IlvSDMCompositeNode class. |
class |
IlvURLGraphic
A class that loads the contents of an IlvGraphic from a URL. |
| Methods in ilog.views.sdm.graphic with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvSDMCompositeNode.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
void |
IlvSDMCompositeLink.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object. |
| Uses of IlvGraphicBag in ilog.views.sdm.renderer |
|---|
| Classes in ilog.views.sdm.renderer that implement IlvGraphicBag | |
|---|---|
static class |
IlvHalfZoomingRenderer.HalfZoomingGraphic
This subclass of IlvHalfZoomingGraphic
is used internally by the IlvHalfZoomingRenderer. |
static class |
IlvSubGraphRenderer.CollapsedGraphic
This graphic object encapsulates the collapsed representation of a subgraph. |
static class |
IlvSubGraphRenderer.GraphicManagerFrame
This class draws the graphic border of IlvGrapher
objects that represent subgraphs. |
| Methods in ilog.views.sdm.renderer that return IlvGraphicBag | |
|---|---|
IlvGraphicBag |
IlvSubGraphRenderer.GraphicManagerFrame.getGraphicBag()
Returns the parent grapher. |
| Uses of IlvGraphicBag in ilog.views.sdm.renderer.graphlayout |
|---|
| Classes in ilog.views.sdm.renderer.graphlayout that implement IlvGraphicBag | |
|---|---|
static class |
IlvSwimLanesRenderer.DefaultSwimLaneGraphic
This class is used by the IlvSwimLanesRenderer to display
swim lanes. |
| Uses of IlvGraphicBag in ilog.views.svg |
|---|
| Classes in ilog.views.svg that implement IlvGraphicBag | |
|---|---|
class |
IlvSVGGraphicSet
A subclass of IlvGraphicSet that allows you to load the
contents of an SVG file into it. |
| Methods in ilog.views.svg with parameters of type IlvGraphicBag | |
|---|---|
void |
SVGGraphicFactory.addObject(IlvGraphic obj,
IlvGraphicBag bag)
Adds a graphic object to a given graphic bag. |
void |
SVGDefaultGraphicFactory.addObject(IlvGraphic obj,
IlvGraphicBag bag)
Adds a graphic object to a given graphic bag. |
void |
SVGInputStream.read(IlvGraphicBag bag)
Reads the SVGInputStream and puts the read objects into the
given IlvGraphicBag. |
void |
SVGDocumentReader.readDocument(Document document,
IlvGraphicBag bag)
Loads the SVG Document into the IlvGraphicBag. |
| Uses of IlvGraphicBag in ilog.views.swing |
|---|
| Methods in ilog.views.swing with parameters of type IlvGraphicBag | |
|---|---|
void |
IlvJComponentGraphic.setGraphicBag(IlvGraphicBag newbag)
Sets the IlvGraphicBag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||