Class TextureAtlasSprite.InterpolationData

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    TextureAtlasSprite

    final class TextureAtlasSprite.InterpolationData
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      private int getPixel​(int p_229259_1_, int p_229259_2_, int p_229259_3_, int p_229259_4_)  
      private int mix​(double p_229258_1_, int p_229258_3_, int p_229258_4_)  
      private void uploadInterpolatedFrame()  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

    • Method Detail

      • uploadInterpolatedFrame

        private void uploadInterpolatedFrame()
      • getPixel

        private int getPixel​(int p_229259_1_,
                             int p_229259_2_,
                             int p_229259_3_,
                             int p_229259_4_)
      • mix

        private int mix​(double p_229258_1_,
                        int p_229258_3_,
                        int p_229258_4_)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable