
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, svgp, task| Constructor and Description |
|---|
ParallelAxisVisualization.Instance(VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
addCSSClasses(SVGPlot svgp)
Add the main CSS classes.
|
private void |
addEventListener(Element tag,
int truedim)
Add an event listener to the Element.
|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, setupCanvas, visualizationChangedaddListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemovedpublic static final String AXIS_LABEL
public static final String INVERTEDAXIS
public ParallelAxisVisualization.Instance(VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
task - VisualizationTaskplot - Plot to draw towidth - Embedding widthheight - Embedding heightproj - Projectionpublic void fullRedraw()
VisualizationfullRedraw in interface VisualizationfullRedraw in class AbstractParallelVisualization<NumberVector>private void addCSSClasses(SVGPlot svgp)
svgp - Plot to draw toprivate void addEventListener(Element tag, int truedim)
tag - Element to add the listenertruedim - Tool number for the ElementCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.