public abstract class AbstractHistogramVisualization extends AbstractVisualization
Modifier and Type | Field and Description |
---|---|
protected Projection1D |
proj
The current projection
|
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
AbstractHistogramVisualization(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
resultChanged(Result current)
Notify that the current result has changed substantially.
|
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, redraw, resultAdded, resultRemoved, synchronizedRedraw
protected final Projection1D proj
public AbstractHistogramVisualization(VisualizationTask task)
task
- Visualization taskpublic void resultChanged(Result current)
ResultListener
resultChanged
in interface ResultListener
resultChanged
in class AbstractVisualization
current
- Result that has changed.