Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
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 | Method and Description |
---|---|
int |
PlotGridComposite.addPlot(IPlot plot)
Adds a plot to be drawn inside the plot grid.
|
void |
PlotGridComposite.removePlots(IPlot plot)
Removes all renderings of the specified plot from the grid.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPlot
This class provides a basic plot capable of drawing in multiple parent
Composite s simply via the methods provided by the IPlot
interface. |
Modifier and Type | Field and Description |
---|---|
IPlot |
PlotRender.plot
The rendered
IPlot . |
Modifier and Type | Method and Description |
---|---|
IPlot |
IVizService.createPlot(java.net.URI file)
This operation directs the IVizService to create a new plot using the
specified file and to return a handle to that plot to the caller so that
it may modify the plot.
|
IPlot |
AbstractVizService.createPlot(java.net.URI file)
This class provides a basic implementation where an
IllegalArgumentException is thrown if the specified URI or its
associated file's extension is invalid. |
Constructor and Description |
---|
PlotRender(org.eclipse.swt.widgets.Composite parent,
IPlot plot)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPlot<T>
This class provides the basic implementation for an
IPlot whose
content depends on a local or remote connection (a ConnectionAdapter
). |
Modifier and Type | Class and Description |
---|---|
class |
CSVPlot
This class implements the IPlot interface to provide access to a basic CSV
plot using the existing CSV infrastructure in ICE.
|
Modifier and Type | Method and Description |
---|---|
IPlot |
CSVVizService.createPlot(java.net.URI file) |
Modifier and Type | Class and Description |
---|---|
class |
VisItPlot
This class provides the VisIt implementation for an IPlot.
|
Modifier and Type | Method and Description |
---|---|
IPlot |
VisItVizService.createPlot(java.net.URI file) |