public class SelectionLineVisualization.Instance extends AbstractParallelVisualization<NumberVector<?>> implements DataStoreListener
Modifier and Type | Field and Description |
---|---|
static String |
MARKER
CSS Class for the range marker
|
axsep, proj, relation
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
SelectionLineVisualization.Instance(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
addCSSClasses(SVGPlot svgp)
Adds the required CSS-Classes
|
void |
destroy()
Destroy the visualization.
|
private Element |
drawLine(DBIDRef iter)
Draw a single line.
|
protected void |
redraw()
Perform a full redraw.
|
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, resultChanged, setupCanvas
contentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentChanged
public static final String MARKER
public SelectionLineVisualization.Instance(VisualizationTask task)
task
- Visualization taskpublic void destroy()
Visualization
destroy
in interface Visualization
destroy
in class AbstractVisualization
protected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization
private Element drawLine(DBIDRef iter)
iter
- Object referenceprivate void addCSSClasses(SVGPlot svgp)
svgp
- SVG-Plot