Class Renderable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int x  
      private int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Renderable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void render​(org.newdawn.slick.Graphics graphics)  
      void setPosition​(int x, int y)  
      int x()  
      void x​(int x)  
      int y()  
      void y​(int y)  
      • Methods inherited from class java.lang.Object

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

      • x

        private int x
      • y

        private int y
    • Constructor Detail

      • Renderable

        public Renderable()
    • Method Detail

      • render

        protected abstract void render​(org.newdawn.slick.Graphics graphics)
      • setPosition

        public void setPosition​(int x,
                                int y)
      • x

        public void x​(int x)
      • y

        public void y​(int y)
      • x

        public int x()
      • y

        public int y()