
public class AxisReorderVisualization.Instance extends AbstractParallelVisualization<NumberVector<?>>
| Modifier and Type | Field and Description | 
|---|---|
| static String | SDO_ARROWCSS class for a button cross | 
| static String | SDO_BORDERCSS class for a button border | 
| static String | SDO_BUTTONCSS class for a tool button | 
| static String | SELECTDIMENSIONORDERGeneric tags to indicate the type of element. | 
| private int | selecteddimCurrently selected dimension. | 
axsep, margins, proj, relation, sizecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| AxisReorderVisualization.Instance(VisualizationTask task)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | addCSSClasses(SVGPlot svgp)Adds the required CSS-Classes | 
| private void | addEventListener(Element tag,
                int i,
                SVGArrow.Direction j)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 SELECTDIMENSIONORDER
public static final String SDO_BUTTON
public static final String SDO_BORDER
public static final String SDO_ARROW
private int selecteddim
public AxisReorderVisualization.Instance(VisualizationTask task)
task - VisualizationTaskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addEventListener(Element tag, int i, SVGArrow.Direction j)
tag - Element to add the listeneri - represented axisprivate void addCSSClasses(SVGPlot svgp)
svgp - SVG-Plot