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(VisualizerContext context,
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, visualizationChangedprotected final Projection1D proj
public AbstractHistogramVisualization(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 resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractVisualizationcurrent - Result that has changed.Copyright © 2019 ELKI Development Team. License information.