
public class ReferencePointsVisualization extends AbstractScatterplotVisualization
| Modifier and Type | Class and Description |
|---|---|
static class |
ReferencePointsVisualization.Factory
Generates a SVG-Element visualizing reference points.
|
| Modifier and Type | Field and Description |
|---|---|
private static String |
NAME
A short name characterizing this Visualizer.
|
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(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
private static final String NAME
protected ReferencePointsResult<? extends NumberVector<?,?>> result
public ReferencePointsVisualization(VisualizationTask task)
task - Visualization taskpublic void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void setupCSS(SVGPlot svgp)
svgp - the SVGPlot to register the -CSS-Class.