Package | Description |
---|---|
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 JTGO and Swing.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
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.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
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.beans |
JViews 7.0 Beans and ready to use GUI components.
|
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 Rogue Wave JViews Graph Layout capabilities. |
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Rogue Wave JViews.
|
ilog.views.swing |
Provides all the Swing components necessary to create
an application mixing JViews and Swing.
|
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 | Class and Description |
---|---|
class |
IltComponentGraphic
Deprecated.
Please use
IlpGraphic object instead. Use its
function getComponent() to retrieve a JComponent,
which you can add to any other JComponent . |
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IltComponentGraphic.getGraphicBag()
Deprecated.
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlvManager.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
static IlvGraphicVector |
IlvGraphicUtil.startBidiChange(IlvGraphicBag bag)
Starts a session that changes either the base text direction, the locale
or the component orientation of a graphic bag.
|
static void |
IlvGraphicUtil.stopBidiChange(IlvGraphicBag bag,
IlvGraphicVector v,
boolean redraw)
Stops a session that changes either the base text direction, the locale
or the component orientation of a graphic bag.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicDecoration
A class that displays an
IlvGraphic , a graphic object in the
JViews Framework sense, as a chart decoration. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IlvGraphicDecoration.getGraphicBag()
Returns the
IlvGraphicBag that contains this bag or
null if it is not contained in any bag. |
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultDXFGraphicFactory.addObject(IlvGraphic obj,
IlvGraphicBag bag)
Adds a graphic object to a given graphic bag.
|
void |
IlvDXFGraphicFactory.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GraphicBagHierarchyEvent(IlvGraphicBag bag,
IlvGraphicBag oldRootBag,
IlvGraphicBag newRootBag)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
static IlvManagerContentChangedDispatcher |
IlvManagerContentChangedDispatcher.Get(IlvGraphicBag bag,
boolean addIfNecessary,
IlvManagerContentChangedDispatcher tmplate)
Returns the listener for a manager.
|
static IlvManagerSelectionDispatcher |
IlvManagerSelectionDispatcher.Get(IlvGraphicBag bag,
boolean addIfNecessary,
IlvManagerSelectionDispatcher tmplate)
Returns the listener for a manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
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. |
Modifier and Type | Method and Description |
---|---|
protected IlvLinkShapePolicy |
IlvEnhancedPolylineLinkImage.getDefaultLinkShapePolicy(IlvGraphicBag bag)
Returns the default link shape policy of the link.
|
void |
IlvIcon.setGraphicBag(IlvGraphicBag bag)
Overrides the method to restart an animated GIF, if
necessary.
|
void |
IlvHalfZoomingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvGraphicSet.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvGraphicHandleBag.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvFullZoomingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvEnhancedPolylineLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvDoubleGraphicHandleBag.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvComponentGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeLink.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvCompositeGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IlvDefaultGraphicManagerFrame.getGraphicBag()
Returns the parent grapher.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAssociation.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkBundle
The
IlvLinkBundle class provides a link object that stores and
represents a bundle of individual links ("sublinks"). |
Modifier and Type | Method and Description |
---|---|
void |
IlvLinkBundle.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the link bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPolicyAwareLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvCrossingAwareLinkImage.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvAbstractCrossingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSegmentedHyperEdge.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvHyperEdgeSelection.setGraphicBag(IlvGraphicBag bag)
Sets the graphic bag of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAbstractCrossingGraphic.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHyperEdgePinConnectorSelection.setGraphicBag(IlvGraphicBag bag)
Sets the graphic bag of this object.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IlvInputStream.getGraphicBag()
Returns the graphic bag.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvInputStream.read(IlvGraphicBag bag)
Reads an
IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapInputStream.read(IlvGraphicBag bag)
Reads an
IlvInputStream . |
Modifier and Type | Class and Description |
---|---|
static class |
IlvMapAnnotationToolBar.MapLink
An
IlvMapCompositeLink with annotation extensions. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAnchoredLabel
A subclass of
IlvGraphic containing a label
and an IlvGraphic . |
class |
IlvMapCompositeLink
IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface. |
class |
IlvMapFixedGraphic
A
IlvFixedSizeGraphic implementing the IlvMapGraphic
interface. |
class |
IlvMapGraphicSet
IlvMapGraphicSet represents an IlvGraphicSet
that transmits its IlvMapStyle to the objects that it contains. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicGroup
The class
IlvGraphicGroup is a subclass of
IlvGraphicSet that encapsulates an IlvGroup . |
class |
IlvPrototypeBeanSupport
Support for beans generated from prototypes.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IlvPrototypeBeanSupport.getGraphicBag()
Implementation of
IlvGraphicBag interface. |
IlvGraphicBag |
IlvGraphicElement.getGraphicBag()
Returns the graphic bag that contains the graphic object associated with this graphic element.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGroupFrame.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvGraphicElement.setGraphicBag(IlvGraphicBag graphicBag)
Adds the graphic object to the graphic bag specified, which is generally an
IlvManager object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultLaneGraphic
This is the default graphic object used to represent swimlanes.
|
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 |
IlvSDMCompositeLink
This class adds layering features to the
IlvCompositeLink class. |
class |
IlvSDMCompositeNode
This class is typically used in CSS to instantiate composite graphic
nodes.
|
class |
IlvSDMLinkBundle
This class adds styling support to the
IlvLinkBundle class. |
class |
IlvURLGraphic
A class that loads the contents of an
IlvGraphic from a URL. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSDMLinkBundle.setGraphicBag(IlvGraphicBag bag)
Sets the graphic bag.
|
void |
IlvSDMCompositeNode.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
void |
IlvSDMCompositeLink.setGraphicBag(IlvGraphicBag bag)
Changes the bag that contains the object.
|
Modifier and Type | Class and Description |
---|---|
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. |
static class |
IlvSubGraphRenderer.SubGrapher
This class is not intended to be directly used by a user application.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicBag |
IlvSubGraphRenderer.GraphicManagerFrame.getGraphicBag()
Returns the parent grapher.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvSwimLanesRenderer.DefaultSwimLaneGraphic
This class is used by the
IlvSwimLanesRenderer to display
swimlanes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSVGGraphicSet
A subclass of
IlvGraphicSet that allows you to load the
contents of an SVG file into it. |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
IlvJComponentGraphic.setGraphicBag(IlvGraphicBag newbag)
Sets the
IlvGraphicBag . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.