public class VisualizationPlot extends SVGPlot
SVGPlot.CloneNoExport
Modifier and Type | Field and Description |
---|---|
protected Runnable |
pendingRedraw
Pending redraw request in Batik.
|
protected 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, hasFOPInstalled, makeAWTImage, putIdElement, saveAsANY, saveAsEPS, saveAsJPEG, saveAsJPEG, saveAsPDF, saveAsPNG, saveAsPS, saveAsSVG, scheduleUpdate, setDisableInteractions, svgCircle, svgElement, svgLine, svgRect, svgText, synchronizeWith, transcode, unsynchronizeWith, updateStyleElement
protected Runnable pendingRedraw
protected ConcurrentLinkedDeque<Visualization> updateQueue
protected final void synchronizedRedraw()
protected void redraw()
public void requestRedraw(VisualizationTask task, Visualization vis)
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.