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 TypeClassDescriptionclassThe element overlay.protected classAn overlay that represents the current area of interest.Fields in org.apache.batik.apps.svgbrowser declared as OverlayModifier and TypeFieldDescriptionprotected OverlayElementOverlayManager.elementOverlayThe 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 TypeMethodDescriptionvoidDOMViewerController.removeSelectionOverlay(Overlay selectionOverlay) Removes the given selection overlay from the canvas.voidJSVGViewerFrame.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 classTo paint the interactor.protected classThe selection overlay.Fields in org.apache.batik.swing.gvt declared as OverlayModifier and TypeFieldDescriptionprotected OverlayAbstractZoomInteractor.overlayThe overlay.protected OverlayTextSelectionManager.selectionOverlayThe 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