Class ImageEntry

    • Method Detail

      • getAttribute

        public java.lang.Object getAttribute​(java.lang.Object key)
        Specified by:
        getAttribute in interface de.intarsys.tools.attribute.IAttributeSupport
      • getDelegate

        protected IImage getDelegate()
      • getErrorImage

        protected abstract IImage getErrorImage​(java.lang.Exception e)
      • getHeight

        public int getHeight()
        Specified by:
        getHeight in interface IImage
      • getWidth

        public int getWidth()
        Specified by:
        getWidth in interface IImage
      • loadContent

        protected abstract IImage loadContent()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • removeAttribute

        public java.lang.Object removeAttribute​(java.lang.Object key)
        Specified by:
        removeAttribute in interface de.intarsys.tools.attribute.IAttributeSupport
      • setAttribute

        public java.lang.Object setAttribute​(java.lang.Object key,
                                             java.lang.Object o)
        Specified by:
        setAttribute in interface de.intarsys.tools.attribute.IAttributeSupport