Class ImageButton

    • Field Detail

      • enabledImage

        public org.newdawn.slick.Image enabledImage
      • disabledImage

        public org.newdawn.slick.Image disabledImage
      • hoverImage

        public org.newdawn.slick.Image hoverImage
    • Constructor Detail

      • ImageButton

        public ImageButton​(org.newdawn.slick.Image image)
      • ImageButton

        public ImageButton​(org.newdawn.slick.Image image,
                           int x,
                           int y)
      • ImageButton

        public ImageButton​(org.newdawn.slick.Image enabledImage,
                           org.newdawn.slick.Image disabledImage,
                           org.newdawn.slick.Image hoverImage,
                           int x,
                           int y)