Interface | Description |
---|---|
IPlot |
This interface defines the principle type for plots created and handled by
the platform.
|
IVizService |
This is a pluggable service interface whereby visualization engines can
publish their services to the platform.
|
IVizServiceFactory |
This is a pluggable service interface for managing a collection of
visualization engines that have been published to the platform.
|
Class | Description |
---|---|
AbstractVizPreferenceInitializer |
This is the base class for setting default preferences for visualization
service preference pages added to the Eclipse IDE's Window -> Preferences
dialog.
|
AbstractVizPreferencePage |
This is the base class for visualization service preference pages added to
the Eclipse IDE's Window -> Preferences dialog.
|
AbstractVizService |
This is an abstract base class for creating new
IVizService s and
includes helpful methods that are frequently used. |
BasicVizServiceFactory |
This class is the basic implementation of the IVizServiceFactory in ICE.
|
MultiPlot |
This class provides a basic plot capable of drawing in multiple parent
Composite s simply via the methods provided by the IPlot
interface. |
PlotRender |
This class manages a single rendering of an
IPlot . |
VizPreferenceInitializer |
An instance of this class is used by the platform to initialize default
values for visualization service preferences.
|
VizPreferencePage |
This class manages the main page of visualization service preferences in the
Eclipse Window -> Preferences dialog, specifically under the node
"Visualization".
|