org.apache.batik.bridge
Interface Viewport

All Known Implementing Classes:
BatikMultiImageElementBridge.MultiImageElementViewport, SVGSVGElementBridge.SVGSVGElementViewport, UserAgentViewport

public interface Viewport

Defines a viewport.

Version:
$Id: Viewport.java,v 1.2 2003/08/08 11:38:51 vhardy Exp $
Author:
Thierry Kormann

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.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.