public abstract class AbstractHistogramVisualization extends AbstractVisualization
Modifier and Type | Field and Description |
---|---|
protected Projection1D |
proj
The current projection
|
context, layer, svgp, task
Constructor and Description |
---|
AbstractHistogramVisualization(VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
resultChanged(Result current)
Notify that the current result has changed substantially.
|
addListeners, contentChanged, destroy, fullRedraw, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, visualizationChanged
protected final Projection1D proj
public AbstractHistogramVisualization(VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
task
- Visualization taskplot
- Plot to draw towidth
- Embedding widthheight
- Embedding heightproj
- Projectionpublic void resultChanged(Result current)
ResultListener
resultChanged
in interface ResultListener
resultChanged
in class AbstractVisualization
current
- Result that has changed.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.