See: Description
| Interface | Description |
|---|---|
| MapImageCallback | |
| ScaleValidator | |
| ViewEventListener |
This interface must be implemented by any class that wants to handle
events on a View instance
|
| ViewManagerEventListener |
This interface must be implemented by any class that wants to handle
events on a ViewManager instance
|
| ViewRendererListener |
This interface must be implemented by any class that wants to handle
events on a ViewRenderer instance.
|
| Class | Description |
|---|---|
| CompositeMapImageCallback | |
| DefaultScaleValidator | |
| GraphicsManager | |
| GraphicsRef |
This class is only used as a wrapper for a Graphics object.
|
| JMapUnit |
This class represents a map unit
|
| OverView |
A OverView is a subclass of View.
|
| OverViewMouseHandler | |
| PrintableView | |
| Res | |
| Res_es | |
| Res_fr | |
| Res_pt | |
| ResLoader | |
| View | |
| ViewActivatedEvent |
This event is fired when a View object is activated.
|
| ViewAdapter |
This view adapter implements ViewEventListener and enable subclasses
to override only the methods that are needed to handle specific events on a View instance
|
| ViewAddedEvent |
This event is fired when a new View object is added to the control of a
ViewManager object.
|
| ViewChangedEvent |
This event is fired when a view is changed.
|
| ViewDeactivatedEvent |
This event is fired when a View object is deactivated.
|
| ViewDrawContext | |
| ViewDrawingThread |
This class is a Thread responsible for drawing the content of a View object.
|
| ViewEvent |
A base class for all events fired by the
ViewEventListener. |
| ViewEventDispatcher | |
| ViewGrid | |
| ViewGridSettings | |
| ViewKeyListener |
This KeyListener is used to listen to KeyPressed events on a view and perform
the specified operations
|
| ViewLogoManager | |
| ViewMagnifier |
This class is a special view that is used to display a magnified perspective of another view (the master view).
|
| ViewManager |
The ViewManager class is responsible for managing View objects by keeping the
list of views, by broadcasting the events to the views and by providing
general services about the views such as determining which view is the
currently active view.
|
| ViewManagerAdapter |
This view adapter implements ViewManagerEventListener and enable subclasses
to override only the methods that are needed to handle specific events on a ViewManager instance.
|
| ViewManagerEvent |
A base class for all events fired by the
ViewManagerEventListener. |
| ViewManagerEventDispatcher | |
| ViewPopupMenuShowingEvent |
This event is fired before the view contextual menu is shown.
|
| ViewReadyEvent |
This event is fired when a view is ready.
|
| ViewRedrawEvent |
This event is fired when a view is redrawn.
|
| ViewRemovedEvent |
This event is fired when a new View object is removed to the control of a
ViewManager object.
|
| ViewRenderer | |
| ViewRendererStateChangedEvent |
This event is fired when the state of the renderer is changed.
|
| ViewRendererStaticElementEvent |
This event is fired when a ViewStaticElement is added/removed.
|
| ViewRepaintEvent |
This event is fired when a view is repainted.
|
| ViewScalebar | |
| ViewSettings |
This class contains all the view setting (scale, units, background color, etc.).
|
| ViewState |
The ViewState class contains properties that define the state of a View object (its scale, its extent, etc.).
|
| ViewStaticElement |
This class represents graphical elements that are displayed on the map.
|
| ViewStaticElementEvent |
This event is fired when a ViewStaticElement is added/removed
|
| ViewStaticImage |
This class contains information used to draw an image on the view.
|
| ViewStaticImageParser | |
| ViewStaticMessage |
A view static element that displays a framed text message in the center of the view.
|
| ViewStaticNorthArrow |
A class used to draw different North Arrows on a view
ViewStaticNorthArrow
|
| ViewSyncGroup |
This class is used to synchronize a group of views.
|
| ViewToolChangedEvent |
This event is fired when the active tool of a view is changed.
|
| ViewUndoAction | |
| ViewUtil | |
| ViewUtil.SaveFileFilter |