public class ReferencePointsVisualization.Instance extends AbstractScatterplotVisualization
Modifier and Type | Field and Description |
---|---|
static String |
REFPOINT
Generic tag to indicate the type of element.
|
protected ReferencePointsResult<? extends NumberVector<?>> |
result
Serves reference points.
|
proj, rel, sample
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
ReferencePointsVisualization.Instance(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
redraw()
Perform a full redraw.
|
private void |
setupCSS(SVGPlot svgp)
Registers the Reference-Point-CSS-Class at a SVGPlot.
|
resultChanged, setupCanvas
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
public static final String REFPOINT
protected ReferencePointsResult<? extends NumberVector<?>> result
public ReferencePointsVisualization.Instance(VisualizationTask task)
task
- Visualization taskpublic void redraw()
AbstractVisualization
redraw
in class AbstractVisualization
private void setupCSS(SVGPlot svgp)
svgp
- the SVGPlot to register the -CSS-Class.