org.apache.batik.bridge.svg12
Class SVGMultiImageElementBridge.MultiImageElementViewport

java.lang.Object
org.apache.batik.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
- All Implemented Interfaces:
- org.apache.batik.bridge.Viewport
- Enclosing class:
- SVGMultiImageElementBridge
- public static class SVGMultiImageElementBridge.MultiImageElementViewport
- extends java.lang.Object
- implements org.apache.batik.bridge.Viewport
A viewport defined an <svg> element.
|
Method Summary |
float |
getHeight()
Returns the height of this viewport. |
float |
getWidth()
Returns the width of this viewport. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
private float width
height
private float height
SVGMultiImageElementBridge.MultiImageElementViewport
public SVGMultiImageElementBridge.MultiImageElementViewport(float w,
float h)
- Constructs a new viewport with the specified SVGSVGElement.
getWidth
public float getWidth()
- Returns the width of this viewport.
- Specified by:
getWidth in interface org.apache.batik.bridge.Viewport
getHeight
public float getHeight()
- Returns the height of this viewport.
- Specified by:
getHeight in interface org.apache.batik.bridge.Viewport