Package | Description |
---|---|
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 |
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.hypergraph |
This package contains the graphic framework for hypergraphs.
|
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.
|
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 |
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. |
Constructor and Description |
---|
IlvBidiGraphic(IlvBidiGraphic source)
Creates a new
IlvBidiGraphic by copying an existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCircularScale
IlvCircularScale represents a circular scale. |
class |
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
class |
IlvFilledLabel
A label with a colored background.
|
class |
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
class |
IlvLabel
IlvLabel represents a simple graphic object that shows a single
line of text. |
class |
IlvRectangularScale
IlvRectangularScale represents a vertical or horizontal scale. |
class |
IlvScale
IlvScale is an abstract class from which
all instances of scale object classes are derived. |
class |
IlvText
IlvText represents a customizable multiline text label. |
class |
IlvZoomableLabel
A graphic object that displays a label.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeGraphic
IlvCompositeGraphic stores and controls the layout of
multiple IlvGraphic objects thus building complex graphic
objects. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAssociation
An
IlvAssociation contains an IlvLine that
connects to the center point of two graphic objects. |
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAnchoredLabel
A subclass of
IlvGraphic containing a label
and an IlvGraphic . |
class |
IlvMapGraphicSet
IlvMapGraphicSet represents an IlvGraphicSet
that transmits its IlvMapStyle to the objects that it contains. |
class |
IlvMapGraphicText
IlvMapGraphicText is an extention of the IlvMapLabel
graphic object that reads the properties it will have from an
IlvMapStyle instance. |
class |
IlvMapLabel
A zoomable multiline label.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicGroup
The class
IlvGraphicGroup is a subclass of
IlvGraphicSet that encapsulates an IlvGroup . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultLaneGraphic
This is the default graphic object used to represent swimlanes.
|
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 |
IlvSDMCompositeNode
This class is typically used in CSS to instantiate composite graphic
nodes.
|
class |
IlvURLGraphic
A class that loads the contents of an
IlvGraphic from a URL. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvSubGraphRenderer.CollapsedGraphic
This graphic object encapsulates the collapsed representation of
a subgraph.
|
static class |
IlvSubGraphRenderer.SubGrapher
This class is not intended to be directly used by a user application.
|
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. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.