public class PixmapVisualizer extends AbstractVisualization
Modifier and Type | Class and Description |
---|---|
static class |
PixmapVisualizer.Factory
Factory class for pixmap visualizers.
|
Modifier and Type | Field and Description |
---|---|
private static String |
NAME
Name for this visualizer.
|
private PixmapResult |
result
The actual pixmap result.
|
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
PixmapVisualizer(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
redraw()
Perform a full redraw.
|
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw
private static final String NAME
private PixmapResult result
public PixmapVisualizer(VisualizationTask task)
task
- Visualization taskprotected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization