Schnittstelle RasterRangesUtils.RangesOutput

Umschließende Klasse:
RasterRangesUtils

public static interface RasterRangesUtils.RangesOutput
Abstraction of a sink for ranges.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    outputRange(int x, int y, int w, int h)
    Output a rectangular range.
  • Methodendetails

    • outputRange

      boolean outputRange(int x, int y, int w, int h)
      Output a rectangular range.
      Parameter:
      x - x coordinate of the top-left corner of the range
      y - y coordinate of the top-left corner of the range
      w - width of the range
      h - height of the range
      Gibt zurück:
      true if the output succeeded, false otherwise