Class TilePlaceholder.Filled

java.lang.Object
org.apache.sis.internal.coverage.j2d.TilePlaceholder
org.apache.sis.internal.coverage.j2d.TilePlaceholder.Filled
Enclosing class:
TilePlaceholder

private static final class TilePlaceholder.Filled extends TilePlaceholder
A provider of tile placeholder with a fill value.
  • Field Details

    • fill

      private final FillValues fill
      The object to use for filling the raster.
  • Constructor Details

  • Method Details

    • draw

      protected void draw(WritableRaster tile)
      Fills the given raster.
      Overrides:
      draw in class TilePlaceholder
      Parameters:
      tile - the tile where to draw.
    • equals

      public boolean equals(Object obj)
      Compares this object with given object for equality.
      Overrides:
      equals in class TilePlaceholder
      Parameters:
      obj - the other object to compare with this object.
      Returns:
      true if the two objects will create equivalent empty tiles.
    • hashCode

      public int hashCode()
      Returns a hash code value for this provider of tile placeholders.
      Overrides:
      hashCode in class TilePlaceholder