public class ParaViewPlot extends ConnectionPlot<com.kitware.vtk.web.VtkWebClient>
Composite
s.
Instances of this class should not be created manually. Instead, a plot
should be created via ParaViewVizService.createPlot(URI)
.
ParaViewVizService
component
Constructor and Description |
---|
ParaViewPlot(ParaViewVizService vizService)
The default constructor.
|
setConnectionAdapter, setDataSource, update
draw, getDataSource, getNumberOfAxes, getPlotTypes, getProperties, getSourceHost, getVizService, isSourceRemote, setProperties
public ParaViewPlot(ParaViewVizService vizService)
service
- The visualization service responsible for this plot.