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

Quick Search    Search Deep

org.apache.batik.bridge
Interface Viewport  view Viewport download Viewport.java

All Known Implementing Classes:
SVGSVGElementBridge.SVGSVGElementViewport, UserAgentViewport

public interface Viewport

Defines a viewport.

Version:
$Id: Viewport.java,v 1.3 2004/10/30 18:38:04 deweese Exp $

Method Summary
 float getHeight()
          Returns the height of this viewport.
 float getWidth()
          Returns the width of this viewport.
 

Method Detail

getWidth

public float getWidth()
Returns the width of this viewport.


getHeight

public float getHeight()
Returns the height of this viewport.