Class TextureCol

    • Constructor Detail

      • TextureCol

        public TextureCol()
      • TextureCol

        public TextureCol​(java.awt.Color c)
      • TextureCol

        public TextureCol​(int c)
    • Method Detail

      • color

        public int color()
      • color

        public void color​(java.awt.Color c)
      • getColorAt

        public int getColorAt​(double x,
                              double y)
        Specified by:
        getColorAt in class ITexture
      • timeNext

        public void timeNext​(long milli)
        Overrides:
        timeNext in class ITexture
      • getMaillageTexturedColor

        public java.awt.Color getMaillageTexturedColor​(int numQuadX,
                                                       int numQuadY,
                                                       double x,
                                                       double y)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object