Interface Viewport

All Known Implementing Classes:
BlockViewport, InlineViewport, RegionViewport

public interface Viewport
A viewport-area that may clip its content.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the clipping rectangle of this viewport area.
    boolean
    Returns true if this area will clip overflowing content.
  • Method Details

    • hasClip

      boolean hasClip()
      Returns true if this area will clip overflowing content.
      Returns:
      true if the overflow trait has the value "hidden", "scroll" or "error-if-overflow"
    • getClipRectangle

      Rectangle getClipRectangle()
      Returns the clipping rectangle of this viewport area.
      Returns:
      the clipping rectangle expressed in the viewport's coordinate system, or null if clipping is disabled