Uses of Interface
org.apache.batik.swing.gvt.Overlay
-
Packages that use Overlay Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing.gvt org.apache.batik.swing.svg -
-
Uses of Overlay in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement Overlay Modifier and Type Class Description class
ElementOverlayManager.ElementOverlay
The element overlay.protected class
ThumbnailDialog.AreaOfInterestOverlay
An overlay that represents the current area of interest.Fields in org.apache.batik.apps.svgbrowser declared as Overlay Modifier and Type Field Description protected Overlay
ElementOverlayManager. elementOverlay
The element overlay.Methods in org.apache.batik.apps.svgbrowser that return Overlay Modifier and Type Method Description Overlay
ElementOverlayManager. getElementOverlay()
Gets the elementOverlay.Methods in org.apache.batik.apps.svgbrowser with parameters of type Overlay Modifier and Type Method Description void
DOMViewerController. removeSelectionOverlay(Overlay selectionOverlay)
Removes the given selection overlay from the canvas.void
JSVGViewerFrame.Canvas.JSVGViewerDOMViewerController. removeSelectionOverlay(Overlay selectionOverlay)
-
Uses of Overlay in org.apache.batik.swing.gvt
Classes in org.apache.batik.swing.gvt that implement Overlay Modifier and Type Class Description protected class
AbstractZoomInteractor.ZoomOverlay
To paint the interactor.protected class
TextSelectionManager.SelectionOverlay
The selection overlay.Fields in org.apache.batik.swing.gvt declared as Overlay Modifier and Type Field Description protected Overlay
AbstractZoomInteractor. overlay
The overlay.protected Overlay
TextSelectionManager. selectionOverlay
The selection overlay.Methods in org.apache.batik.swing.gvt that return Overlay Modifier and Type Method Description Overlay
TextSelectionManager. getSelectionOverlay()
Returns the selection overlay. -
Uses of Overlay in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement Overlay Modifier and Type Class Description class
SVGUpdateOverlay
One line Class Desc Complete Class Desc
-