|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.P2DVisualization<NV> de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.ClusterConvexHullVisualization<NV>
NV
- Type of the NumberVector being visualized.public class ClusterConvexHullVisualization<NV extends NumberVector<NV,?>>
Visualizer for generating an SVG-Element containing the convex hull of each cluster.
Nested Class Summary | |
---|---|
static class |
ClusterConvexHullVisualization.Factory<NV extends NumberVector<NV,?>>
Factory for visualizers to generate an SVG-Element containing the convex hull of a cluster. |
Field Summary | |
---|---|
(package private) Clustering<Model> |
clustering
The result we work on |
static String |
CONVEXHULL
Generic tags to indicate the type of element. |
(package private) Element |
hulls
The hulls |
private static String |
NAME
A short name characterizing this Visualizer. |
Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.P2DVisualization |
---|
proj, rel |
Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
---|
context, layer, pendingRedraw, svgp, task |
Constructor Summary | |
---|---|
ClusterConvexHullVisualization(VisualizationTask task)
Constructor |
Method Summary | |
---|---|
private void |
addCSSClasses(SVGPlot svgp,
int clusterID,
double opac)
Adds the required CSS-Classes |
protected void |
redraw()
Perform a full redraw. |
Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.P2DVisualization |
---|
setupCanvas |
Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
---|
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final String NAME
public static final String CONVEXHULL
Clustering<Model> clustering
Element hulls
Constructor Detail |
---|
public ClusterConvexHullVisualization(VisualizationTask task)
task
- VisualizationTaskMethod Detail |
---|
protected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization
private void addCSSClasses(SVGPlot svgp, int clusterID, double opac)
svgp
- SVG-Plot
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |