org.apache.batik.bridge
public static class SVGSVGElementBridge.SVGSVGElementViewport extends Object implements Viewport
| Constructor Summary | |
|---|---|
| SVGSVGElementViewport(float w, float h)
Constructs a new viewport with the specified SVGSVGElement. | |
| Method Summary | |
|---|---|
| float | getHeight()
Returns the height of this viewport. |
| float | getWidth()
Returns the width of this viewport. |
Parameters: w the width of the viewport h the height of the viewport