
public class ParallelAxisVisualization.Instance extends AbstractParallelVisualization<NumberVector<?>>
| Modifier and Type | Field and Description | 
|---|---|
static String | 
AXIS_LABEL
Axis label class. 
 | 
static String | 
INVERTEDAXIS
Clickable area for the axis. 
 | 
axsep, margins, proj, relation, sizecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
ParallelAxisVisualization.Instance(VisualizationTask task)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
addCSSClasses(SVGPlot svgp)
Add the main CSS classes. 
 | 
private void | 
addEventListener(Element tag,
                int i)
Add an event listener to the Element. 
 | 
protected void | 
redraw()
Perform a full redraw. 
 | 
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, resultChanged, setupCanvascontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawpublic static final String AXIS_LABEL
public static final String INVERTEDAXIS
public ParallelAxisVisualization.Instance(VisualizationTask task)
task - VisualizationTaskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp)
svgp - Plot to draw toprivate void addEventListener(Element tag, int i)
tag - Element to add the listeneri - Tool number for the Element