Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.bridge.svg12
Class SVGMultiImageElementBridge.MultiImageElementViewport  view SVGMultiImageElementBridge.MultiImageElementViewport download SVGMultiImageElementBridge.MultiImageElementViewport.java

java.lang.Object
  extended byorg.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.


Field Summary
private  float height
           
private  float width
           
 
Constructor Summary
SVGMultiImageElementBridge.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

private float width

height

private float height
Constructor Detail

SVGMultiImageElementBridge.MultiImageElementViewport

public SVGMultiImageElementBridge.MultiImageElementViewport(float w,
                                                            float h)
Constructs a new viewport with the specified SVGSVGElement.

Method Detail

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