public class ClusterOutlineVisualization.Instance extends AbstractParallelVisualization<NumberVector<?>> implements DataStoreListener
Modifier and Type | Field and Description |
---|---|
static String |
CLUSTERAREA
Generic tags to indicate the type of element.
|
private Clustering<Model> |
clustering
The result we visualize
|
(package private) boolean |
rounded
Flag for using rounded shapes
|
axsep, proj, relation
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
ClusterOutlineVisualization.Instance(VisualizationTask task,
boolean rounded)
Constructor.
|
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.
|
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, resultChanged, setupCanvas
contentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentChanged
public static final String CLUSTERAREA
private Clustering<Model> clustering
boolean rounded
public ClusterOutlineVisualization.Instance(VisualizationTask task, boolean rounded)
task
- VisualizationTaskpublic void destroy()
Visualization
destroy
in interface Visualization
destroy
in class AbstractVisualization
protected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization
private void addCSSClasses(SVGPlot svgp)
svgp
- SVG-Plot