public class PixmapVisualizer.Instance extends AbstractVisualization
Modifier and Type | Field and Description |
---|---|
private PixmapResult |
result
The actual pixmap result.
|
context, layer, svgp, task
Constructor and Description |
---|
Instance(VisualizerContext context,
VisualizationTask task,
VisualizationPlot plot,
double width,
double height)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
addListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, visualizationChanged
private PixmapResult result
public Instance(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height)
context
- Visualizer contexttask
- Visualization taskplot
- Plot to draw towidth
- Embedding widthheight
- Embedding heightpublic void fullRedraw()
Visualization
fullRedraw
in interface Visualization
fullRedraw
in class AbstractVisualization
Copyright © 2019 ELKI Development Team. License information.