public class BoundingBoxVisualization.Instance extends AbstractParallelVisualization<SpatialComparable> implements DataStoreListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATALINE
Generic tags to indicate the type of element.
|
private SamplingResult |
sample
Sample we visualize.
|
axsep, margins, proj, relation, size
context, layer, svgp, task
Constructor and Description |
---|
Instance(VisualizerContext context,
VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private org.w3c.dom.Element |
drawLine(DBIDRef iter)
Draw a single line.
|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, setupCanvas, visualizationChanged
addListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentChanged
public static final java.lang.String DATALINE
private SamplingResult sample
public Instance(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
context
- Visualizer contexttask
- VisualizationTaskplot
- Plot to draw towidth
- Embedding widthheight
- Embedding heightproj
- Projectionpublic void fullRedraw()
Visualization
fullRedraw
in interface Visualization
fullRedraw
in class AbstractParallelVisualization<SpatialComparable>
private org.w3c.dom.Element drawLine(DBIDRef iter)
iter
- Object referenceCopyright © 2019 ELKI Development Team. License information.