public class ReferencePointsVisualization<NV extends NumberVector<NV,?>> extends P2DVisualization<NV>
Modifier and Type | Class and Description |
---|---|
static class |
ReferencePointsVisualization.Factory<NV extends NumberVector<NV,?>>
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<NV> |
result
Serves reference points.
|
proj, rel
context, 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.
|
setupCanvas
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw
public static final String REFPOINT
private static final String NAME
protected ReferencePointsResult<NV extends NumberVector<NV,?>> result
public ReferencePointsVisualization(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.