org.apache.batik.bridge.svg12
public static class SVGMultiImageElementBridge.MultiImageElementViewport extends Object implements Viewport
Constructor Summary | |
---|---|
MultiImageElementViewport(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