public class ParaViewPlotRender extends ConnectionPlotRender<com.kitware.vtk.web.VtkWebClient>
plot
parent
Constructor and Description |
---|
ParaViewPlotRender(org.eclipse.swt.widgets.Composite parent,
ParaViewPlot plot)
The default constructor.
|
ParaViewPlotRender(org.eclipse.swt.widgets.Composite parent,
ParaViewPlot plot,
int viewId,
int fileId,
int repId)
The full constructor.
|
getPlotCategory, getPlotType, refresh, refresh, setPlotCategory, setPlotType
public ParaViewPlotRender(org.eclipse.swt.widgets.Composite parent, ParaViewPlot plot)
parent
- The parent Composite that contains the plot render.plot
- The rendered ConnectionPlot. This cannot be changed.public ParaViewPlotRender(org.eclipse.swt.widgets.Composite parent, ParaViewPlot plot, int viewId, int fileId, int repId)
parent
- The parent Composite that contains the plot render.plot
- The rendered ConnectionPlot. This cannot be changed.viewId
- The ID of the view that was created to read the file's
contents, or -1 to indicate that a view has not been created.repId
- The ID of the representation (i.e., the render properties) of
the file.