public interface OverlayerPlugin
NDViewer| Modifier and Type | Method and Description |
|---|---|
void |
drawOverlay(Overlay defaultOverlay,
Point2D.Double displayImageSize,
double downsampleFactor,
Graphics g,
HashMap<String,Object> axes,
double magnification,
Point2D.Double viewOffset)
Called whenever the overlay needs to be drawn.
|
void drawOverlay(Overlay defaultOverlay, Point2D.Double displayImageSize, double downsampleFactor, Graphics g, HashMap<String,Object> axes, double magnification, Point2D.Double viewOffset) throws InterruptedException
NDViewer.setOverlay(Overlay)
This can happen multiple times within a call of this funtion (i.e. to show intermediate rendering progress)defaultOverlay - The base overlay which should be added ontodisplayImageSize - downsampleFactor - g - axes - magnification - viewOffset - InterruptedExceptionCopyright © 2023. All rights reserved.