Uses of Interface
org.apache.batik.bridge.Viewport
Packages that use Viewport
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Viewport in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement ViewportModifier and TypeClassDescriptionstatic classA viewport defined an <svg> element.classDefines a viewport for aUserAgent.Methods in org.apache.batik.bridge that return ViewportModifier and TypeMethodDescriptionBridgeContext.getViewport(Element e) Returns the viewport of the specified element.Methods in org.apache.batik.bridge with parameters of type ViewportModifier and TypeMethodDescriptionvoidBridgeContext.openViewport(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 ViewportModifier and TypeClassDescriptionstatic classA viewport defined an <svg> element.