
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, samplecontext, 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, setupCanvascontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawpublic static final String REFPOINT
protected ReferencePointsResult<? extends NumberVector<?>> result
public ReferencePointsVisualization.Instance(VisualizationTask task)
task - Visualization taskpublic void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void setupCSS(SVGPlot svgp)
svgp - the SVGPlot to register the -CSS-Class.