Class ImageContainer

    • Constructor Detail

      • ImageContainer

        protected ImageContainer()
    • Method Detail

      • basicClose

        protected abstract void basicClose()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface IImageContainer
        Throws:
        java.io.IOException
      • getAttribute

        public java.lang.Object getAttribute​(java.lang.Object key)
        Specified by:
        getAttribute in interface de.intarsys.tools.attribute.IAttributeSupport
      • 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