Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.maps.grids |
This package defines a set of classes that display adaptive grids on top of a view.
|
ilog.views.print |
Defines classes and interfaces for printing the content of an
IlvManager . |
Modifier and Type | Method and Description |
---|---|
IlvManagerViewDecoration |
IlvManagerView.getViewDecoration(int index)
Returns the decoration installed on the view at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvManagerView.addViewDecoration(IlvManagerViewDecoration decoration)
Adds a decoration to the view.
|
void |
IlvManagerView.removeViewDecoration(IlvManagerViewDecoration decoration)
Removes a decoration from the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractBaseGrid
The base class to draw grids on top of an IlvManagerView.
|
class |
IlvDelayedDecoration
This decoration and layer class is used to delay the painting of another delegate decoration/layer (possibly one that takes a long time to
paint).
|
class |
IlvLatLonGrid
The Lat/Lon grid displays a set of autoadaptive grids and labels along latitude or longitude lines on top of a geographic view.
|
class |
IlvMGRSGrid
The MGRS grid displays a set of autoadaptive MGRS standard grids and labels on top of a geographic view.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewDecoration |
IlvDelayedDecoration.getDecoration()
Returns the delegate decoration to repaint.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDelayedDecoration.setDecoration(IlvManagerViewDecoration decoration)
Sets the delegate decoration.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvManagerPageBreakPreview
A object that display the page breaks of the pages in an
IlvManagerView . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.