public static class SVGSVGElementBridge.SVGSVGElementViewport extends java.lang.Object implements Viewport
| Modifier and Type | Field and Description |
|---|---|
private float |
height |
private float |
width |
| Constructor and Description |
|---|
SVGSVGElementViewport(float w,
float h)
Constructs a new viewport with the specified
SVGSVGElement. |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Returns the height of this viewport.
|
float |
getWidth()
Returns the width of this viewport.
|