Uses of Interface
org.apache.batik.bridge.Viewport
-
Packages that use Viewport Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 -
-
Uses of Viewport in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement Viewport Modifier and Type Class Description static classSVGSVGElementBridge.SVGSVGElementViewportA viewport defined an <svg> element.classUserAgentViewportDefines a viewport for aUserAgent.Methods in org.apache.batik.bridge that return Viewport Modifier and Type Method Description ViewportBridgeContext. getViewport(org.w3c.dom.Element e)Returns the viewport of the specified element.Methods in org.apache.batik.bridge with parameters of type Viewport Modifier and Type Method Description voidBridgeContext. openViewport(org.w3c.dom.Element e, Viewport viewport)Starts a new viewport from the specified element. -
Uses of Viewport in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement Viewport Modifier and Type Class Description static classSVGMultiImageElementBridge.MultiImageElementViewportA viewport defined an <svg> element.
-