Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
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.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.graphlayout.bus |
The Bus Layout algorithm is designed to display bus network
topologies, that is, a set of nodes connected to a
bus node.
|
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.measures |
General management of raster images.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
ilog.views.svg.dom |
Contains the implementation of SVG DOM and a utility class allowing to deal with the DOM.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IlvPolyPointsInterface |
IlvPolyPointsSelection.getPolyPoints()
Returns the selected object.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvPolyPointsEdition.allowsPointInsertion(IlvPolyPointsInterface obj)
Returns whether it is allowed to insert a point into the input object.
|
protected boolean |
IlvPolyPointsEdition.allowsPointMove(IlvPolyPointsInterface obj,
int index)
Returns whether it is allowed to move the point of the input object.
|
protected boolean |
IlvPolyPointsEdition.allowsPointRemoval(IlvPolyPointsInterface obj)
Returns whether it is allowed to remove a point into the input object.
|
static IlvPoint[] |
IlvGraphicUtil.GetPolyPoints(IlvPolyPointsInterface polypoints,
IlvTransformer t)
Returns the points of a polypoint.
|
protected void |
IlvPolyPointsEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvPolyPointsEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
protected void |
IlvPolyPointsEdition.removePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context)
Called when a point is removed.
|
Constructor and Description |
---|
IlvLinkImageSelection(IlvPolyPointsInterface obj)
Creates a new selection object.
|
IlvPolyPointsSelection(IlvPolyPointsInterface obj)
Creates a new selection object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvConstraintGraphic
|
Modifier and Type | Class and Description |
---|---|
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 |
IlvDefaultCollapsedGraphic
A graphic object that shows a folder with a label underneath.
|
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 |
IlvEnhancedPolylineLinkImage
A link between two nodes of a grapher with several points.
|
class |
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
class |
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
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 |
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 |
IlvTextPath
A graphic object that displays a text on any
Shape . |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvSplineLinkEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvSplineEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvSplineLinkEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
protected void |
IlvSplineEdition.movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeLink
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
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 | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IlvPolyPointsInterface |
IlvBusLayout.getBus()
Returns the current bus node.
|
Modifier and Type | Method and Description |
---|---|
IlvPoint |
IlvBusLayout.getConnectionPoint(Object link,
IlvPolyPointsInterface bus)
Returns the connection point of
link on the bus node. |
void |
IlvBusLayout.setBus(IlvPolyPointsInterface bus)
Allows you to specify the bus node.
|
Constructor and Description |
---|
IlvBusLinkConnector(IlvPolyPointsInterface busNode)
Creates an
IlvBusLinkConnector and installs it on the
busNode . |
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.MapPolyline
An
IlvMapPolyline with annotation extensions. |
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 |
IlvDecoratedPath
A graphic object composed of decorations on a
java.awt.Shape . |
class |
IlvMapCompositeLink
IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface. |
class |
IlvMapGeneralPath
IlvMapGeneralPath is an IlvGeneralPath
that accepts an IlvGeneralPathStyle to define its graphical
attributes. |
class |
IlvMapPolyline
IlvMapPolyline is an IlvPolyline that reads its
attribute from an IlvPolylineStyle instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMapPolyPointEdition.insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted.
|
protected void |
IlvMapPolyPointEdition.removePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context)
Called when a point is removed.
|
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 |
IlvGeneralLink
A graphic widget to display a link.
|
class |
IlvSDMCompositeLink
This class adds layering features to the
IlvCompositeLink class. |
class |
IlvSDMLinkBundle
This class adds styling support to the
IlvLinkBundle class. |
class |
IlvSimpleLink
A link between two nodes of a grapher with several points.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVGUtil.fillPolyPointsList(org.w3c.dom.svg.SVGPolygonElement element,
IlvPolyPointsInterface obj,
IlvTransformer t,
boolean compact)
Fills an
SVGPolygonElement points list to represent an
IlvPolyPointsInterface instance. |
static void |
SVGUtil.fillPolyPointsList(org.w3c.dom.svg.SVGPolylineElement element,
IlvPolyPointsInterface obj,
IlvTransformer t,
boolean compact)
Fills an
SVGPolylineElement points list to represent an
IlvPolyPointsInterface instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.