Class ITexture

    • Constructor Detail

      • ITexture

        public ITexture()
    • Method Detail

      • getColorMask

        public int getColorMask()
      • setColorMask

        public void setColorMask​(int colorMask)
      • getCoord

        public Point2D getCoord​(double x,
                                double y)
      • setDeformMap

        public void setDeformMap​(DeformMap map)
      • getColorAt

        public abstract int getColorAt​(double x,
                                       double y)
      • timeNext

        public void timeNext()
      • timeNext

        public void timeNext​(long milli)
      • getRepeatX

        public int getRepeatX()
      • setRepeatX

        public void setRepeatX​(int repeatX)
      • getRepeatY

        public int getRepeatY()
      • setRepeatY

        public void setRepeatY​(int repeatY)
      • getTransparent

        public int getTransparent()
      • setTransparent

        public void setTransparent​(int transparent)