javax.media.jai.widget
Interface ImageCanvas.PaintListener
- Enclosing class:
- ImageCanvas
- public static interface ImageCanvas.PaintListener
An interface used to notify listeners during a paint
just after the image has been painted on the image canvas. This
allows registered listeners to draw additional graphics on top
of the image.
- Since:
- JAI 1.1
Method Summary |
void |
paint(ImageCanvas ic,
Graphics g)
Called from ImageCanvas.paint just after
the image has been drawn on the canvas. |
paint
public void paint(ImageCanvas ic,
Graphics g)
- Called from
ImageCanvas.paint
just after
the image has been drawn on the canvas.