Interface TileRable

    • Field Summary

      • Fields inherited from interface java.awt.image.renderable.RenderableImage

        HINTS_OBSERVED
    • Method Detail

      • getTileRegion

        java.awt.geom.Rectangle2D getTileRegion()
        Returns the tile region
      • setTileRegion

        void setTileRegion​(java.awt.geom.Rectangle2D tileRegion)
        Sets the tile region
      • getTiledRegion

        java.awt.geom.Rectangle2D getTiledRegion()
        Returns the tiled region
      • setTiledRegion

        void setTiledRegion​(java.awt.geom.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.