JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 $
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method