org.apache.batik.bridge
Interface Viewport

All Known Implementing Classes:
UserAgentViewport, SVGSVGElementBridge.SVGSVGElementViewport

public interface Viewport

Defines a viewport.


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.


Copyright © 2002 Apache Software Foundation. All Rights Reserved.