Class ImageContainer

java.lang.Object
de.intarsys.cwt.image.ImageContainer
All Implemented Interfaces:
IImageContainer, de.intarsys.tools.attribute.IAttributeSupport
Direct Known Subclasses:
ImageIOImageContainer

public abstract class ImageContainer extends Object implements IImageContainer
  • Constructor Details

    • ImageContainer

      protected ImageContainer()
  • Method Details

    • basicClose

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

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

      public Object getAttribute(Object key)
      Specified by:
      getAttribute in interface de.intarsys.tools.attribute.IAttributeSupport
    • removeAttribute

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

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