Package | Description |
---|---|
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.gantt.graphic.grid |
Provides the classes used to render the vertical and
horizontal grids in the Gantt sheet.
|
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.event |
Provides events and event listeners for
IlvHTMLText . |
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.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.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.label |
This package contains JViews Maps labeling classes.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
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.svg.dom |
Contains the implementation of SVG DOM and a utility class allowing to deal with the DOM.
|
Class and Description |
---|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
Class and Description |
---|
IlvTextSelection.Range
This inner class is used to indicate the selection interval while editing a graphic
object implementing
IlvTextInterface . |
Class and Description |
---|
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
Class and Description |
---|
IlvArc
IlvArc defines an arc shape. |
IlvArrowLine
IlvArrowLine represents a custom graphic object that shows a
straight line between two given points with a small arrow head on the line
trajectory. |
IlvArrowPolyline
IlvArrowPolyline represents a line that follows several points
and has one or more arrows along its length. |
IlvCircularScale
IlvCircularScale represents a circular scale. |
IlvDefaultCollapsedGraphic
A graphic object that shows a folder with a label underneath.
|
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
IlvDoubleLinkImage
IlvDoubleLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
three lines containing two right angles. |
IlvDoubleSplineLinkImage
IlvDoubleSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline with two curves. |
IlvEllipse
IlvEllipse represents an ellipse shape. |
IlvEnhancedPolylineLinkImage
A link between two nodes of a grapher with several points.
|
IlvExpandCollapseMarker
IlvExpandCollapseMarker displays an icon to expand or collapse
a frame. |
IlvFilledLabel
A label with a colored background.
|
IlvFixedSizeGraphic
The
IlvFixedSizeGraphic class derives from the base graphic
handle class IlvGraphicHandle . |
IlvFullZoomingGraphic
The class
IlvFullZoomingGraphic is a wrapper class
that is used to make a nonzoomable graphic object fully zoomable. |
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
IlvGraphicHandle
An
IlvGraphicHandle object, called a handle, is used to refer to an
IlvGraphic object. |
IlvGraphicHandleBag
An
IlvGraphicHandleBag object is a graphic handle that is
at the same time a graphic bag for the contained object. |
IlvGraphicHandleSelection
An
IlvGraphicHandleSelection object is a selection that acts
like a handle to another selection. |
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
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. |
IlvIcon
IlvIcon is a graphic object that displays an image. |
IlvLabel
IlvLabel represents a simple graphic object that shows a single
line of text. |
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
IlvMultipleIcon
IlvMultipleIcon is an icon that can display one image out
of multiple predefined images. |
IlvOneLinkImage
IlvOneLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
two lines following a right angle. |
IlvOneSplineLinkImage
IlvOneSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline curve. |
IlvPointArray
An
IlvPointArray is a class that encapsulates an array of
IlvPoint so that you can more easily manipulate the array. |
IlvPolygon
IlvPolygon represents a polygon. |
IlvPolyline
IlvPolyline represents a line that follows several points. |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
IlvRectangle
IlvRectangle represents a rectangle with customizable fill
and stroke. |
IlvRectangularScale
IlvRectangularScale represents a vertical or horizontal scale. |
IlvReliefLabel
IlvReliefLabel represents a labeled rectangle in relief with
customizable fill and text colors. |
IlvReliefRectangle
IlvReliefRectangle represents a rectangle in relief with a
customizable fill color. |
IlvScale
IlvScale is an abstract class from which
all instances of scale object classes are derived. |
IlvShadowLabel
IlvShadowLabel represents a labeled rectangle with a shadow. |
IlvShadowRectangle
IlvShadowRectangle represents a rectangle with a shadow. |
IlvSpline
IlvSpline represents a line that displays a Bezier spline. |
IlvSplineLinkImage
IlvSplineLinkImage represents the connection between two nodes
in a grapher ; the link is displayed as a series
of spline curves that trace the link points. |
IlvText
IlvText represents a customizable multiline text label. |
IlvTextPath
A graphic object that displays a text on any
Shape . |
IlvTextSelection.Range
This inner class is used to indicate the selection interval while editing a graphic
object implementing
IlvTextInterface . |
IlvTransformedGraphic
The class
IlvTransformedGraphic derives from the base class
IlvGraphicHandle . |
IlvURLKeyTable
A table of URLs.
|
IlvZoomableLabel
A graphic object that displays a label.
|
Class and Description |
---|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
Class and Description |
---|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
Class and Description |
---|
IlvHTMLText
IlvHTMLText represents a piece of text specified as a HTML
string. |
Class and Description |
---|
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
Class and Description |
---|
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
Class and Description |
---|
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
Class and Description |
---|
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
IlvPointArray
An
IlvPointArray is a class that encapsulates an array of
IlvPoint so that you can more easily manipulate the array. |
IlvPolyline
IlvPolyline represents a line that follows several points. |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
Class and Description |
---|
IlvPolyline
IlvPolyline represents a line that follows several points. |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
Class and Description |
---|
IlvPolyline
IlvPolyline represents a line that follows several points. |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
Class and Description |
---|
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
IlvFixedSizeGraphic
The
IlvFixedSizeGraphic class derives from the base graphic
handle class IlvGraphicHandle . |
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
IlvGraphicHandle
An
IlvGraphicHandle object, called a handle, is used to refer to an
IlvGraphic object. |
IlvGraphicHandleBag
An
IlvGraphicHandleBag object is a graphic handle that is
at the same time a graphic bag for the contained object. |
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
IlvPointArray
An
IlvPointArray is a class that encapsulates an array of
IlvPoint so that you can more easily manipulate the array. |
IlvPolyline
IlvPolyline represents a line that follows several points. |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
Class and Description |
---|
IlvPolyline
IlvPolyline represents a line that follows several points. |
Class and Description |
---|
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
Class and Description |
---|
IlvIcon
IlvIcon is a graphic object that displays an image. |
Class and Description |
---|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
Class and Description |
---|
IlvEnhancedPolylineLinkImage
A link between two nodes of a grapher with several points.
|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
IlvRectangle
IlvRectangle represents a rectangle with customizable fill
and stroke. |
Class and Description |
---|
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
IlvFixedSizeGraphic
The
IlvFixedSizeGraphic class derives from the base graphic
handle class IlvGraphicHandle . |
IlvGraphicHandle
An
IlvGraphicHandle object, called a handle, is used to refer to an
IlvGraphic object. |
IlvGraphicHandleBag
An
IlvGraphicHandleBag object is a graphic handle that is
at the same time a graphic bag for the contained object. |
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. |
IlvIcon
IlvIcon is a graphic object that displays an image. |
Class and Description |
---|
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
Class and Description |
---|
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
IlvIcon
IlvIcon is a graphic object that displays an image. |
IlvText
IlvText represents a customizable multiline text label. |
IlvTextPath
A graphic object that displays a text on any
Shape . |
IlvZoomableLabel
A graphic object that displays a label.
|
Class and Description |
---|
IlvArc
IlvArc defines an arc shape. |
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
IlvSpline
IlvSpline represents a line that displays a Bezier spline. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.