public class VisItPlotRender extends ConnectionPlotRender<gov.lbnl.visit.swt.VisItSwtConnection>
parent
Constructor and Description |
---|
VisItPlotRender(org.eclipse.swt.widgets.Composite parent,
VisItPlot plot)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setPlotCategory(java.lang.String category)
Overrides the default behavior to set the plot representation to its
default value given the new category.
|
getPlotCategory, getPlotType, refresh, refresh, setPlotType
public VisItPlotRender(org.eclipse.swt.widgets.Composite parent, VisItPlot plot)
parent
- The parent Composite that contains the plot render.plot
- The rendered ConnectionPlot. This cannot be changed.public void setPlotCategory(java.lang.String category)
setPlotCategory
in class PlotRender
category
- The new plot category.