Package | Description |
---|---|
org.eclipse.ice.viz.service | |
org.eclipse.ice.viz.service.connections | |
org.eclipse.ice.viz.service.csv | |
org.eclipse.ice.viz.service.visit |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVizService
This is an abstract base class for creating new
IVizService s and
includes helpful methods that are frequently used. |
Modifier and Type | Method and Description |
---|---|
IVizService |
BasicVizServiceFactory.get() |
IVizService |
IVizServiceFactory.get()
This operation returns the default IVizService provided by the factory,
which is entirely up to the factory, or null if the factory does not
contain a default service.
|
IVizService |
BasicVizServiceFactory.get(java.lang.String serviceName) |
IVizService |
IVizServiceFactory.get(java.lang.String serviceName)
This operation returns the IVizService with the given name or null it if
is unavailable.
|
IVizService |
MultiPlot.getVizService()
Gets the visualization service responsible for this plot.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicVizServiceFactory.register(IVizService service) |
void |
IVizServiceFactory.register(IVizService service)
This operation registers an IVizService with the factory so that it can
be retrieved and used by clients.
|
void |
BasicVizServiceFactory.unregister(IVizService service) |
void |
IVizServiceFactory.unregister(IVizService service)
This operation unregisters an IVizService with the factory so that it
will no longer be used by clients.
|
Constructor and Description |
---|
MultiPlot(IVizService vizService)
The default constructor.
|
Constructor and Description |
---|
ConnectionPlot(IVizService vizService)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVVizService
This class implements the IVizService interface to provide CSV plotting tools
to the platform via the IVizServiceFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
VisItVizService
This is an implementation of the IVizService interface for the VisIt
visualization tool.
|