|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvManagerViewDecoration | |
|---|---|
| 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. |
| Uses of IlvManagerViewDecoration in ilog.views |
|---|
| Methods in ilog.views that return IlvManagerViewDecoration | |
|---|---|
IlvManagerViewDecoration |
IlvManagerView.getViewDecoration(int index)
Returns the decoration installed on the view at the specified index. |
| Methods in ilog.views with parameters of type IlvManagerViewDecoration | |
|---|---|
void |
IlvManagerView.addViewDecoration(IlvManagerViewDecoration decoration)
Adds a decoration to the view. |
void |
IlvManagerView.removeViewDecoration(IlvManagerViewDecoration decoration)
Removes a decoration from the view. |
| Uses of IlvManagerViewDecoration in ilog.views.maps.grids |
|---|
| Classes in ilog.views.maps.grids that implement IlvManagerViewDecoration | |
|---|---|
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. |
| Methods in ilog.views.maps.grids that return IlvManagerViewDecoration | |
|---|---|
IlvManagerViewDecoration |
IlvDelayedDecoration.getDecoration()
Returns the delegate decoration to repaint. |
| Methods in ilog.views.maps.grids with parameters of type IlvManagerViewDecoration | |
|---|---|
void |
IlvDelayedDecoration.setDecoration(IlvManagerViewDecoration decoration)
Sets the delegate decoration. |
| Uses of IlvManagerViewDecoration in ilog.views.print |
|---|
| Classes in ilog.views.print that implement IlvManagerViewDecoration | |
|---|---|
class |
IlvManagerPageBreakPreview
A object that display the page breaks of the pages in an IlvManagerView. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||