Package | Description |
---|---|
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
ilog.cpl.graphic.views.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
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.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.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 | Method and Description |
---|---|
protected void |
IlpSVGZBackground.readFromStream(IlvGraphicSet svgGraphic,
InputStream stream)
Reads the SVG file into a given IlvGraphicSet.
|
protected void |
IlpSVGBackground.readFromStream(IlvGraphicSet svgGraphic,
InputStream stream)
Reads the SVG file into a given IlvGraphicSet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpSVGZBackground.readFromStream(IlvGraphicSet svgGraphic,
InputStream stream)
Deprecated.
Reads the SVG file into a given IlvGraphicSet.
|
protected void |
IlpSVGBackground.readFromStream(IlvGraphicSet svgGraphic,
InputStream stream)
Deprecated.
Reads the SVG file into a given IlvGraphicSet.
|
Constructor and Description |
---|
IlvGraphicSet(IlvGraphicSet source)
Creates a new
IlvGraphicSet by copying an existing one. |
IlvGraphicSet(IlvGraphicSet source,
boolean copyChildren)
Creates a new
IlvGraphicSet by copying an existing one. |
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 |
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 . |
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 |
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 |
---|---|
IlvGraphicSet |
SVGGraphicFactory.createGraphicSet()
Creates a graphic set object.
|
IlvGraphicSet |
SVGDefaultGraphicFactory.createGraphicSet()
Creates a graphic set object.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.svg.SVGDocument |
SVGDocumentBuilder.buildDocument(IlvGraphicSet set)
Creates and fills an
SVGDocument with SVGElement
instances translated from the graphic objects of the
IlvGraphicSet . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.