Package org.apache.batik.bridge
Class SVGSVGElementBridge.SVGSVGElementViewport
- java.lang.Object
-
- org.apache.batik.bridge.SVGSVGElementBridge.SVGSVGElementViewport
-
- All Implemented Interfaces:
Viewport
- Enclosing class:
- SVGSVGElementBridge
public static class SVGSVGElementBridge.SVGSVGElementViewport extends java.lang.Object implements Viewport
A viewport defined an <svg> element.
-
-
Constructor Summary
Constructors Constructor Description SVGSVGElementViewport(float w, float h)Constructs a new viewport with the specifiedSVGSVGElement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHeight()Returns the height of this viewport.floatgetWidth()Returns the width of this viewport.
-