
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, synchronizedRedrawprotected final Projection1D proj
public AbstractHistogramVisualization(VisualizationTask task)
task - Visualization taskpublic void resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractVisualizationcurrent - Result that has changed.