public abstract class ConnectionPlotRender<T> extends PlotRender
Modifier and Type | Field and Description |
---|---|
ConnectionPlot<T> |
plot
The rendered
ConnectionPlot . |
parent
Constructor and Description |
---|
ConnectionPlotRender(org.eclipse.swt.widgets.Composite parent,
ConnectionPlot<T> plot)
The default constructor.
|
getPlotCategory, getPlotType, refresh, refresh, setPlotCategory, setPlotType
public final ConnectionPlot<T> plot
ConnectionPlot
. This cannot be changed.public ConnectionPlotRender(org.eclipse.swt.widgets.Composite parent, ConnectionPlot<T> plot)
parent
- The parent Composite
that contains the plot render.plot
- The rendered ConnectionPlot
. This cannot be changed.