Class AbstractImageContainer<T>

    • Constructor Detail

      • AbstractImageContainer

        public AbstractImageContainer()
    • Method Detail

      • setImage

        public void setImage​(T value)
        Sets the image to use.
        Parameters:
        value - the image
      • getImage

        public T getImage()
        Returns the store image.
        Returns:
        the image
      • getWidth

        public abstract int getWidth()
        Returns the width of the image.
        Returns:
        the width
      • getHeight

        public abstract int getHeight()
        Returns the height of the image.
        Returns:
        the height