|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.bridge.SVGSVGElementBridge.SVGSVGElementViewport
A viewport defined an <svg> element.
Constructor Summary | |
SVGSVGElementBridge.SVGSVGElementViewport(SVGSVGElement e,
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGSVGElementBridge.SVGSVGElementViewport(SVGSVGElement e, float w, float h)
e
- the SVGSVGElement that defines this viewportw
- the width of the viewporth
- the height of the viewportMethod Detail |
public float getWidth()
getWidth
in interface Viewport
public float getHeight()
getHeight
in interface Viewport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |