public class ReferencePointsVisualization.Instance extends AbstractScatterplotVisualization
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REFPOINT
Generic tag to indicate the type of element.
|
protected ReferencePointsResult<? extends NumberVector> |
result
Serves reference points.
|
proj, rel, sample
context, layer, svgp, task
Constructor and Description |
---|
Instance(VisualizerContext context,
VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
private void |
setupCSS(SVGPlot svgp)
Registers the Reference-Point-CSS-Class at a SVGPlot.
|
setupCanvas, setupCanvas, visualizationChanged
addListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved
public static final java.lang.String REFPOINT
protected ReferencePointsResult<? extends NumberVector> result
public Instance(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
context
- Visualizer contexttask
- Visualization taskplot
- Plot to draw towidth
- Embedding widthheight
- Embedding heightproj
- Projectionpublic void fullRedraw()
Visualization
fullRedraw
in interface Visualization
fullRedraw
in class AbstractVisualization
private void setupCSS(SVGPlot svgp)
svgp
- the SVGPlot to register the -CSS-Class.Copyright © 2019 ELKI Development Team. License information.