Package org.apache.batik.swing.gvt
Interface Overlay
-
- All Known Implementing Classes:
AbstractZoomInteractor.ZoomOverlay
,ElementOverlayManager.ElementOverlay
,SVGUpdateOverlay
,TextSelectionManager.SelectionOverlay
,ThumbnailDialog.AreaOfInterestOverlay
public interface Overlay
This interface represents an object painted over the GVT rendering in a JGVTComponent.- Version:
- $Id: Overlay.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(java.awt.Graphics g)
Paints this overlay.
-