|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.bridge
Interface Viewport

- 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.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC