Package org.apache.batik.bridge
Interface Viewport
-
- All Known Implementing Classes:
SVGMultiImageElementBridge.MultiImageElementViewport,SVGSVGElementBridge.SVGSVGElementViewport,UserAgentViewport
public interface ViewportDefines a viewport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetHeight()Returns the height of this viewport.floatgetWidth()Returns the width of this viewport.
-