public class VisualizationPlot extends SVGPlot
Modifier and Type | Field and Description |
---|---|
protected java.lang.Runnable |
pendingRedraw
Pending redraw request in Batik.
|
protected java.util.concurrent.ConcurrentLinkedDeque<Visualization> |
updateQueue
Update queue.
|
DEFAULT_QUALITY, NO_EXPORT_ATTRIBUTE
Constructor and Description |
---|
VisualizationPlot() |
Modifier and Type | Method and Description |
---|---|
protected void |
redraw()
Redraw all pending updates.
|
void |
requestRedraw(VisualizationTask task,
Visualization vis)
Request a redraw of a visualization.
|
protected void |
synchronizedRedraw()
Trigger a redraw, but avoid excessive redraws.
|
addCSSClassOrLogError, cloneDocument, dispose, dumpDebugFile, elementCoordinatesFromEvent, getAllIds, getCSSClassManager, getDefs, getDisableInteractions, getDocument, getDomImpl, getIdElement, getRoot, getStyle, makeAWTImage, putIdElement, saveAsANY, saveAsEPS, saveAsJPEG, saveAsJPEG, saveAsPDF, saveAsPNG, saveAsPS, saveAsSVG, scheduleUpdate, setDisableInteractions, svgCircle, svgElement, svgElement, svgLine, svgRect, svgText, synchronizeWith, transcode, unsynchronizeWith, updateStyleElement
protected java.lang.Runnable pendingRedraw
protected java.util.concurrent.ConcurrentLinkedDeque<Visualization> updateQueue
protected final void synchronizedRedraw()
protected void redraw()
public void requestRedraw(VisualizationTask task, Visualization vis)
Copyright © 2019 ELKI Development Team. License information.