
public class PolygonVisualization.Instance extends AbstractScatterplotVisualization implements DataStoreListener
| Modifier and Type | Field and Description | 
|---|---|
static String | 
POLYS
Generic tag to indicate the type of element. 
 | 
protected Relation<PolygonsObject> | 
rep
The representation we visualize 
 | 
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
PolygonVisualization.Instance(VisualizationTask task)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroy the visualization. 
 | 
void | 
redraw()
Perform a full redraw. 
 | 
resultChanged, setupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedpublic static final String POLYS
protected final Relation<PolygonsObject> rep
public PolygonVisualization.Instance(VisualizationTask task)
task - Task to visualizepublic void destroy()
Visualizationdestroy in interface Visualizationdestroy in class AbstractVisualizationpublic void redraw()
AbstractVisualizationredraw in class AbstractVisualization