Uses of Interface
org.apache.batik.swing.gvt.Overlay
Packages that use Overlay
Package
Description
-
Uses of Overlay in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement OverlayModifier and TypeClassDescriptionclass
The element overlay.protected class
An overlay that represents the current area of interest.Fields in org.apache.batik.apps.svgbrowser declared as OverlayModifier and TypeFieldDescriptionprotected Overlay
ElementOverlayManager.elementOverlay
The element overlay.Methods in org.apache.batik.apps.svgbrowser that return OverlayModifier and TypeMethodDescriptionElementOverlayManager.getElementOverlay()
Gets the elementOverlay.Methods in org.apache.batik.apps.svgbrowser with parameters of type OverlayModifier and TypeMethodDescriptionvoid
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 OverlayModifier and TypeClassDescriptionprotected class
To paint the interactor.protected class
The selection overlay.Fields in org.apache.batik.swing.gvt declared as OverlayModifier and TypeFieldDescriptionprotected Overlay
AbstractZoomInteractor.overlay
The overlay.protected Overlay
TextSelectionManager.selectionOverlay
The selection overlay.Methods in org.apache.batik.swing.gvt that return OverlayModifier and TypeMethodDescriptionTextSelectionManager.getSelectionOverlay()
Returns the selection overlay. -
Uses of Overlay in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement Overlay