
public class ParallelAxisVisualization extends AbstractParallelVisualization<NumberVector<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelAxisVisualization.Factory
Factory for axis visualizations
|
| 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(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(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