public interface OverlayRenderer
Graphics
canvas and receive notifications about
changes of the canvas size.Modifier and Type | Method and Description |
---|---|
void |
drawOverlays(Graphics g)
Render overlays.
|
void |
setCanvasSize(int width,
int height)
This is called, when the screen size of the canvas (the component
displaying the image and generating mouse events) changes.
|
void drawOverlays(Graphics g)
void setCanvasSize(int width, int height)
width
- the new canvas width.height
- the new canvas height.Copyright © 2015–2021 Fiji. All rights reserved.