JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
paint
(java.awt.Graphics g)
Paints this overlay.
Method Detail
paint
void paint(java.awt.Graphics g)
Paints this overlay.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method