org.apache.batik.bridge
Interface Viewport

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

public interface Viewport

Defines a viewport.

Version:
$Id: Viewport.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Thierry Kormann

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

Method Detail

getWidth

float getWidth()
Returns the width of this viewport.


getHeight

float getHeight()
Returns the height of this viewport.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.