Class CoverageTask.Tile

  • Enclosing class:
    CoverageTask

    public static final class CoverageTask.Tile
    extends java.lang.Object
    Tile.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage getImage()
      Get image.
      int getxIndex()
      Get x index.
      int getyIndex()
      Get y index.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getImage

        public java.awt.image.BufferedImage getImage()
        Get image.
        Returns:
        image
      • getxIndex

        public int getxIndex()
        Get x index.
        Returns:
        x index
      • getyIndex

        public int getyIndex()
        Get y index.
        Returns:
        y index