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 classElementOverlayManager.ElementOverlayThe element overlay.protected classThumbnailDialog.AreaOfInterestOverlayAn overlay that represents the current area of interest.Fields in org.apache.batik.apps.svgbrowser declared as Overlay Modifier and Type Field Description protected OverlayElementOverlayManager. elementOverlayThe element overlay.Methods in org.apache.batik.apps.svgbrowser that return Overlay Modifier and Type Method Description OverlayElementOverlayManager. getElementOverlay()Gets the elementOverlay.Methods in org.apache.batik.apps.svgbrowser with parameters of type Overlay Modifier and Type Method Description voidDOMViewerController. 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 Overlay Modifier and Type Class Description protected classAbstractZoomInteractor.ZoomOverlayTo paint the interactor.protected classTextSelectionManager.SelectionOverlayThe selection overlay.Fields in org.apache.batik.swing.gvt declared as Overlay Modifier and Type Field Description protected OverlayAbstractZoomInteractor. overlayThe overlay.protected OverlayTextSelectionManager. selectionOverlayThe selection overlay.Methods in org.apache.batik.swing.gvt that return Overlay Modifier and Type Method Description OverlayTextSelectionManager. 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 classSVGUpdateOverlayOne line Class Desc Complete Class Desc
-