Interface Viewport

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

public interface Viewport
Defines a viewport.
Version:
$Id: Viewport.java 1808001 2017-09-11 09:51:29Z ssteiner $
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Returns the height of this viewport.
    float
    Returns the width of this viewport.
  • Method Details

    • getWidth

      float getWidth()
      Returns the width of this viewport.
    • getHeight

      float getHeight()
      Returns the height of this viewport.