
NV - Type of the DatabaseObject being visualized.public class ColoredHistogramVisualizer.Instance<NV extends NumberVector> extends AbstractHistogramVisualization
| Modifier and Type | Field and Description |
|---|---|
static String |
BIN
Generic tag to indicate the type of element.
|
private Relation<NV> |
relation
The database we visualize
|
private SamplingResult |
sample
Sampling result
|
projcontext, layer, svgp, task| Constructor and Description |
|---|
ColoredHistogramVisualizer.Instance(VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
private void |
setupCSS(SVGPlot svgp,
int numc)
Generate the needed CSS classes.
|
resultChangedaddListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, visualizationChangedpublic static final String BIN
private Relation<NV extends NumberVector> relation
private SamplingResult sample
public ColoredHistogramVisualizer.Instance(VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
task - Visualization taskplot - Plot to draw towidth - Embedding widthheight - Embedding heightproj - Projectionpublic void fullRedraw()
VisualizationfullRedraw in interface VisualizationfullRedraw in class AbstractVisualizationprivate void setupCSS(SVGPlot svgp, int numc)
svgp - Plot contextnumc - Number of classes we need.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.