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 class
SVGSVGElementBridge.SVGSVGElementViewport
A viewport defined an <svg> element.class
UserAgentViewport
Defines a viewport for aUserAgent
.Methods in org.apache.batik.bridge that return Viewport Modifier and Type Method Description Viewport
BridgeContext. 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 void
BridgeContext. 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 class
SVGMultiImageElementBridge.MultiImageElementViewport
A viewport defined an <svg> element.
-