
public class SelectionCubeVisualization.Instance extends AbstractScatterplotVisualization
| Modifier and Type | Field and Description | 
|---|---|
| static String | CSS_CUBECSS class for the filled cube | 
| static String | CSS_CUBEFRAMECSS class for the cube frame | 
| static String | MARKERGeneric tag to indicate the type of element. | 
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| SelectionCubeVisualization.Instance(VisualizationTask task) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | addCSSClasses(SVGPlot svgp)Adds the required CSS-Classes | 
| void | destroy()Destroy the visualization. | 
| protected void | redraw()Perform a full redraw. | 
| private void | setSVGRect(SVGPlot svgp,
          Projection2D proj)Generates a cube and a frame depending on the selection stored in the
 context | 
resultChanged, setupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawpublic static final String MARKER
public static final String CSS_CUBE
public static final String CSS_CUBEFRAME
public SelectionCubeVisualization.Instance(VisualizationTask task)
public void destroy()
Visualizationdestroy in interface Visualizationdestroy in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp)
svgp - SVG-Plotprivate void setSVGRect(SVGPlot svgp, Projection2D proj)
svgp - The plotproj - The projectionprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualization