NV
- Type of the DatabaseObject being visualized.public class AxisVisualization<NV extends NumberVector<NV,?>> extends P2DVisualization<NV>
Modifier and Type | Class and Description |
---|---|
static class |
AxisVisualization.Factory<NV extends NumberVector<NV,?>>
Factory for axis visualizations
|
proj, rel
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
AxisVisualization(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
redraw()
Perform a full redraw.
|
setupCanvas
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw
public AxisVisualization(VisualizationTask task)
task
- VisualizationTaskprotected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization