public class ParallelAxisVisualization.Instance extends AbstractParallelVisualization<NumberVector>
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
AXIS_LABEL
Axis label class. 
 | 
static java.lang.String | 
INVERTEDAXIS
Clickable area for the axis. 
 | 
axsep, margins, proj, relation, sizecontext, layer, svgp, task| Constructor and Description | 
|---|
Instance(VisualizerContext context,
        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(org.w3c.dom.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 java.lang.String AXIS_LABEL
public static final java.lang.String INVERTEDAXIS
public Instance(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
context - Visualizer contexttask - 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(org.w3c.dom.Element tag,
                              int truedim)
tag - Element to add the listenertruedim - Tool number for the ElementCopyright © 2019 ELKI Development Team. License information.