Interface TileRable

All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
All Known Implementing Classes:
TileRable8Bit

public interface TileRable extends FilterColorInterpolation
A renderable that can tile its source into the tile region.
Version:
$Id: TileRable.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Details

    • getTileRegion

      Rectangle2D getTileRegion()
      Returns the tile region
    • setTileRegion

      void setTileRegion(Rectangle2D tileRegion)
      Sets the tile region
    • getTiledRegion

      Rectangle2D getTiledRegion()
      Returns the tiled region
    • setTiledRegion

      void setTiledRegion(Rectangle2D tiledRegion)
      Sets the tile region
    • isOverflow

      boolean isOverflow()
      Returns whether or not the source can overflow the tile region or if the tile region should clip the source
    • setOverflow

      void setOverflow(boolean overflow)
      Sets the overflow strategy
    • setSource

      void setSource(Filter source)
      Sets the filter source (the tile content used to fill the tile region.
    • getSource

      Filter getSource()
      Return's the tile source (the tile content used to fill the tile region.