Class Sprite


  • public class Sprite
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Sprite​(int width, int height)  
      Sprite​(int width, int height, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sprite

        public Sprite​(int width,
                      int height)
      • Sprite

        public Sprite​(int width,
                      int height,
                      int size)