|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewport | |
org.apache.batik.bridge | 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 Viewport | |
static class |
SVGSVGElementBridge.SVGSVGElementViewport
A viewport defined an <svg> element. |
class |
UserAgentViewport
Defines a viewport for a UserAgent. |
Methods in org.apache.batik.bridge that return Viewport | |
Viewport |
BridgeContext.getViewport(Element e)
Returns the viewport of the specified element. |
Methods in org.apache.batik.bridge with parameters of type Viewport | |
void |
BridgeContext.openViewport(Element e,
Viewport viewport)
Starts a new viewport from the specified element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |