Class SpriteStore


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

      Constructors 
      Constructor Description
      SpriteStore()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage get​(int npcType)  
      java.awt.Image scale​(java.awt.image.BufferedImage image, int width, int height)  
      • Methods inherited from class java.lang.Object

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

      • SpriteStore

        public SpriteStore()
    • Method Detail

      • get

        public java.awt.image.BufferedImage get​(int npcType)
      • scale

        public java.awt.Image scale​(java.awt.image.BufferedImage image,
                                    int width,
                                    int height)