Package | Description |
---|---|
ilog.views.maps.beans.editor |
Provides specific editors for coordinates and specific property sheet for datum and ellipsoids.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.graphic.style |
Provides styles for stylable IlvMapGraphics.
|
ilog.views.maps.rendering |
Provides renderer that work with IlvMapGraphic.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvDecorationPropertyEditor.PredefinedDecoration
The editor will manage a table of PredefinedDecoration instances attached to a single unique String key.
|
Modifier and Type | Method and Description |
---|---|
protected static IlvPathDecoration[] |
IlvDecorationPropertyEditor.getDecorationList()
Returns the table of possible decorations.
|
IlvPathDecoration |
IlvDecorationPropertyEditor.PredefinedDecoration.getDelegate()
Returns the delegate decoration.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvClippedPathDecoration
This abstract class implements a clipping behavior on path decorations.
|
class |
IlvMultiPathDecoration
This class implements a path decoration composed of multiple path
decorations.
|
class |
IlvOutlinedPathDecoration
A path decoration that uses a
BasicStroke as base stroke. |
class |
IlvShapedPathDecoration
A path decoration that is a
Shape repeated at specified
intervals. |
class |
IlvShapeEndedPathDecoration
A path decoration that draws the decorations with a shape at each end
of the path.
|
class |
IlvStrokedPathDecoration
A path decoration that uses a
BasicStroke as base stroke. |
Modifier and Type | Method and Description |
---|---|
IlvPathDecoration |
IlvMapPolyline.getDecoration()
Returns the decoration for this decorated path.
|
IlvPathDecoration |
IlvMapGraphicPath.getDecoration()
Returns the decoration for this decorated path.
|
IlvPathDecoration |
IlvDecoratedPath.getDecoration()
Returns the decoration for this decorated path.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapPolyline.setDecoration(IlvPathDecoration decoration)
Sets the decoration for this decorated path.
|
void |
IlvMapGraphicPath.setDecoration(IlvPathDecoration decoration)
Sets the decoration for this decorated path.
|
void |
IlvDecoratedPath.setDecoration(IlvPathDecoration decoration)
Sets the decoration for this decorated path.
|
Constructor and Description |
---|
IlvMultiPathDecoration(IlvPathDecoration[] deco)
Constructs a new
IlvMultiPathDecoration that draws the decoration
using the specified decorations. |
Modifier and Type | Method and Description |
---|---|
IlvPathDecoration |
IlvPolylineStyle.getDecoration()
Retrieves the Decoration property value.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPolylineStyle.setDecoration(IlvPathDecoration decoration)
Sets the Decoration property value.
|
Modifier and Type | Method and Description |
---|---|
IlvPathDecoration |
IlvMapLineRenderingStyle.getPathDecoration()
Retrieves the
IlvPathDecoration used to draw the lines. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLineRenderingStyle.setPathDecoration(IlvPathDecoration decoration)
Sets the
IlvPathDecoration used to draw the lines. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.