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.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator 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.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.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.defense.symbology.app6a |
This package contains classes to manage APP6a (MIL-STD-2525B) Symbols.
|
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.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.sdm.renderer.graphlayout.util | |
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.
|
ilog.views.util.text |
Contains general purpose text formatters and parsers that
enhance the standard
java.text package. |
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 |
IlvBidiGraphic
IlvBidiGraphic is an abstract base class for graphic
objects that has a base text direction. |
class |
IlvConstantModeManagerFrame
IlvConstantModeManagerFrame is an extended
IlvDefaultManagerFrame that handles resize events
automatically. |
class |
IlvDefaultManagerFrame
The default frame for an
IlvManager . |
class |
IlvDrawSelection
The
IlvDrawSelection class is the default
selection object for graphic objects. |
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 |
IlvGraphic
IlvGraphic is the abstract base class for all graphic objects
managed by an IlvManager instance. |
class |
IlvHandlesSelection
A selection object that displays several handles.
|
class |
IlvLinkImage
IlvLinkImage is the base class for links, that is, graphic
objects that are the visual representation of a connection between two
nodes in an IlvGrapher instance. |
class |
IlvLinkImageSelection
The selection object for an IlvLinkImage.
|
class |
IlvManager
IlvManager is the container class used to store and manipulate
IlvGraphic objects displayed in one or more IlvManagerView
instance. |
class |
IlvPolyPointsSelection
This class is a selection object used to select graphic objects
that implements the
IlvPolyPointsInterface . |
class |
IlvSelection
An abstract class that describes
the selection on another object.
|
class |
IlvUnresizeableDrawSelection
This class is a default selection object used to show that a
graphic object which cannot be resized with interactors is
selected.
|
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 | Class and Description |
---|---|
class |
IlvActivityGraphic
The
IlvActivityGraphic class is used to represent activities in
an IlvGanttSheet . |
class |
IlvConstraintGraphic
|
class |
IlvReservationGraphic
The
IlvReservationGraphic is used to represent a reservation in
an IlvGanttSheet . |
class |
IlvTimeIndicator
The
IlvTimeIndicator class is used to represent
a time in an IlvGanttSheet . |
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityGraphicSelection
An
IlvActivityGraphicSelection object is the default selection
object for IlvActivityGraphic . |
Modifier and Type | Class and Description |
---|---|
class |
IlvCurrentTimeIndicator
The
IlvCurrentTimeIndicator class is used to represent
the current time in an IlvGanttSheet . |
class |
IlvFixedTimeIndicator
The
IlvFixedTimeIndicator class is used to represent a specific time in an
IlvGanttSheet . |
Modifier and Type | Class and Description |
---|---|
class |
IlvArc
IlvArc defines an arc shape. |
class |
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. |
class |
IlvArrowPolyline
IlvArrowPolyline represents a line that follows several points
and has one or more arrows along its length. |
class |
IlvCircularScale
IlvCircularScale represents a circular scale. |
class |
IlvComponentGraphic
IlvComponentGraphic is used to mix graphic objects and
lightweight Java Component s. |
class |
IlvDefaultCollapsedGraphic
A graphic object that shows a folder with a label underneath.
|
class |
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
class |
IlvDoubleLinkImage
IlvDoubleLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
three lines containing two right angles. |
class |
IlvDoubleSplineLinkImage
IlvDoubleSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline with two curves. |
class |
IlvEllipse
IlvEllipse represents an ellipse shape. |
class |
IlvEnhancedPolylineLinkImage
A link between two nodes of a grapher with several points.
|
class |
IlvExpandCollapseMarker
IlvExpandCollapseMarker displays an icon to expand or collapse
a frame. |
class |
IlvFilledLabel
A label with a colored background.
|
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 |
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
class |
IlvGraphicHandle
An
IlvGraphicHandle object, called a handle, is used to refer to an
IlvGraphic object. |
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 |
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
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. |
class |
IlvHTMLText
IlvHTMLText represents a piece of text specified as a HTML
string. |
class |
IlvIcon
IlvIcon is a graphic object that displays an image. |
class |
IlvLabel
IlvLabel represents a simple graphic object that shows a single
line of text. |
class |
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
class |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
class |
IlvMultipleIcon
IlvMultipleIcon is an icon that can display one image out
of multiple predefined images. |
class |
IlvOneLinkImage
IlvOneLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
two lines following a right angle. |
class |
IlvOneSplineLinkImage
IlvOneSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline curve. |
class |
IlvPolygon
IlvPolygon represents a polygon. |
class |
IlvPolyline
IlvPolyline represents a line that follows several points. |
class |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
class |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
class |
IlvRectangle
IlvRectangle represents a rectangle with customizable fill
and stroke. |
class |
IlvRectangularScale
IlvRectangularScale represents a vertical or horizontal scale. |
class |
IlvReliefLabel
IlvReliefLabel represents a labeled rectangle in relief with
customizable fill and text colors. |
class |
IlvReliefRectangle
IlvReliefRectangle represents a rectangle in relief with a
customizable fill color. |
class |
IlvScale
IlvScale is an abstract class from which
all instances of scale object classes are derived. |
class |
IlvShadowLabel
IlvShadowLabel represents a labeled rectangle with a shadow. |
class |
IlvShadowRectangle
IlvShadowRectangle represents a rectangle with a shadow. |
class |
IlvSpline
IlvSpline represents a line that displays a Bezier spline. |
class |
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. |
class |
IlvSplineLinkSelection
Selection object on an
IlvSplineLinkImage . |
class |
IlvSplineSelection
Selection object on an
IlvSpline . |
class |
IlvText
IlvText represents a customizable multiline text label. |
class |
IlvTextPath
A graphic object that displays a text on any
Shape . |
class |
IlvTextSelection
This is the selection object for graphic objects implementing
IlvTextInterface . |
class |
IlvTransformedGraphic
The class
IlvTransformedGraphic derives from the base class
IlvGraphicHandle . |
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. |
class |
IlvCompositeLink
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAssociation
An
IlvAssociation contains an IlvLine that
connects to the center point of two graphic objects. |
class |
IlvBalloon
IlvBalloon is the abstract base class for all graphic objects
that represent a balloon. |
class |
IlvBracket
An
IlvBracket draws a square bracket oriented to either the
left or right. |
class |
IlvDiamond
IlvDiamond represents a
diamond shape. |
class |
IlvRectBalloon
IlvRectBalloon represents an
balloon with a rectangle shape. |
class |
IlvRoundRectBalloon
IlvRoundRectBalloon represents
a balloon with a rectangle shape and rounded corners. |
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"). |
class |
IlvLinkBundleSelection
The selection object for an IlvLinkBundle.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractCrossingGraphic
An
IlvAbstractCrossingGraphic serves as the base class of
all classes of advanced crossing graphic objects
such as IlvTunnelCrossings or IlvBridgeCrossings . |
class |
IlvBridgeCrossings
An
IlvBridgeCrossings is an auxiliary graphic object that is
used in combination with an IlvCrossingAwareLinkImage or
IlvEnhancedPolylineLinkImage . |
class |
IlvCrossingAwareLinkImage
An
IlvCrossingAwareLinkImage is
a link between two nodes of a grapher with several bend points, that is
is aware of link crossings. |
class |
IlvPolicyAwareLinkImage
IlvPolicyAwareLinkImage is a subclass of
IlvPolylineLinkImage used to set the format of the line linking
two nodes. |
class |
IlvTunnelCrossings
An
IlvTunnelCrossings is an auxiliary graphic object that is
used in combination with an IlvCrossingAwareLinkImage or
IlvEnhancedPolylineLinkImage . |
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdge
IlvHyperEdge is the base class of the graphic objects
that represent the connection of multiple nodes in an
IlvHyperGrapher . |
class |
IlvHyperEdgeSelection
The selection object for an IlvHyperEdge.
|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
class |
IlvSegmentedHyperEdge
IlvSegmentedHyperEdge is a hyperedge that consists of several
line segments. |
class |
IlvSegmentedHyperEdgeSelection
The selection object for an IlvSegmentedHyperEdge.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdgeCenterConnector
The hyperedge center connector connects the hyperedge ends to the center
of the corresponding nodes.
|
class |
IlvHyperEdgeClippingConnector
The hyperedge clipping connector connects the hyperedge ends to the
border of a node.
|
class |
IlvHyperEdgeConnector
The hyperedge connector is dedicated to the computation of the connection
points of hyperedges (
IlvHyperEdge ) in a hypergrapher
(IlvHyperGrapher ). |
class |
IlvHyperEdgeConnectorWithCache
This is a hyperedge connector that provides a cache for the connection
points per end.
|
class |
IlvHyperEdgeFixedConnector
The hyperedge fixed connector connects the hyperedge ends to any point
at the corresponding node.
|
class |
IlvHyperEdgePinConnector
The hyperedge pin connector manages the contact pins at a node where a
hyperedge is connected to.
|
class |
IlvHyperEdgePinConnectorSelection
The selection object for hyperedge pin connectors.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvMapAnnotationToolBar.MapGraphicPath
An
IlvMapGraphicPath for annotations. |
static class |
IlvMapAnnotationToolBar.MapLink
An
IlvMapCompositeLink with annotation extensions. |
static class |
IlvMapAnnotationToolBar.MapMarker
An
IlvMapMarker annotation extension. |
static class |
IlvMapAnnotationToolBar.MapPolyline
An
IlvMapPolyline with annotation extensions. |
Modifier and Type | Class and Description |
---|---|
class |
IlvApp6aGraphic
This graphic class is responsible for displaying an APP6a symbol.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLineOfVisibility
IlvLineOfVisibility represents a georeferenced polyline that is
colored according the visibility information. |
class |
IlvMapControllingPolyline
Creates a polyline that keeps a reference to its associated lat/lon points in order to update some other component.
|
class |
IlvTerrainCut
An
IlvMapControllingPolyline specialized for terrain cut. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapTerrainFlyThrough
This class is a polyline that represents a fly-through trajectory on the 2D view of the map.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAnchoredLabel
A subclass of
IlvGraphic containing a label
and an IlvGraphic . |
class |
IlvDecoratedPath
A graphic object composed of decorations on a
java.awt.Shape . |
class |
IlvFontMarker
An
IlvGraphic which can display a specified character with a
specified font. |
class |
IlvMapCompositeLink
IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface. |
class |
IlvMapFixedGraphic
A
IlvFixedSizeGraphic implementing the IlvMapGraphic
interface. |
class |
IlvMapGeneralPath
IlvMapGeneralPath is an IlvGeneralPath
that accepts an IlvGeneralPathStyle to define its graphical
attributes. |
class |
IlvMapGraphicPath
IlvMapGraphicPath is an IlvGraphicPath
that accepts an IlvGraphicPathStyle to define its graphical
attributes. |
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.
|
class |
IlvMapMarker
IlvMapMarker is an IlvMarker that reads its
attributes from an IlvPointStyle object. |
class |
IlvMapPolyline
IlvMapPolyline is an IlvPolyline that reads its
attribute from an IlvPolylineStyle instance. |
class |
IlvMapSelection
A
IlvMapSelection that selects an object
by selecting its points. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapOrthodromyPath
This class displays an orthodromy path between each pair or polygon points.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterIcon
IlvIcon sub class that saves and reloads the data source used to generate the image.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicGroup
The class
IlvGraphicGroup is a subclass of
IlvGraphicSet that encapsulates an IlvGroup . |
class |
IlvGroupFrame
Instances of the class
IlvGroupFrame are graphic objects used to
display a rectangle around an IlvGroup object inside a manager. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultLaneGraphic
This is the default graphic object used to represent swimlanes.
|
class |
IlvDefaultManagerFrameGraphic
This class is an adapter that wraps an
IlvDefaultManagerFrame
in an IlvGraphic . |
class |
IlvExpandedFrame
An
IlvGraphic that displays a solid color surrounded by a rounded border. |
class |
IlvGeneralLink
A graphic widget to display a link.
|
class |
IlvGeneralLinkTunnelCrossings
An
IlvGeneralLinkTunnelCrossings instance is an auxiliary graphic
that is used in combination with an IlvGeneralLink . |
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 |
IlvSimpleLink
A link between two nodes of a grapher with several points.
|
class |
IlvURLGraphic
A class that loads the contents of an
IlvGraphic from a URL. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvExpandCollapseRenderer.ExpandableNode
Deprecated.
The class
ExpandableNode implements the special
graphic object used to display sub-graph nodes. |
static class |
IlvExpandCollapseRenderer.ExpandCollapseIcon
Deprecated.
This graphic object is used to draw the "expand" and "collapse"
icons used by the
IlvExpandCollapseRenderer . |
static class |
IlvExpandCollapseRenderer.SubGraphNode
Deprecated.
The class
SubGraphNode implements the special
graphic object used to encapsulate the children of an expandable
node. |
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.ExpandCollapseIcon
Deprecated.
Since JViews 8.8, this class is no longer needed
|
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 | Class and Description |
---|---|
static class |
IlvGraphLayoutRenderer.GraphLayoutParametersBean
This auxiliary class is internally used to encapsulate graph layout
parameters as Java Beans.
|
static class |
IlvSwimLanesRenderer.DefaultSwimLaneGraphic
This class is used by the
IlvSwimLanesRenderer to display
swimlanes. |
Modifier and Type | Class and Description |
---|---|
class |
ilog.views.sdm.renderer.graphlayout.util.IlvDynamicBean |
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 | Class and Description |
---|---|
class |
IlvJComponentGraphic
IlvJComponentGraphic is used to add Swing
JComponent objects to an IlvManager instance. |
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvBidiUtil.isStringRTL(IlvBaseTextDirectionInterface obj,
String str,
ComponentOrientation co)
Returns
true if the input text of the input object should be
displayed in right-to-left direction; otherwise returns false . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.