Package de.intarsys.cwt.image
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 java.lang.Object implements IImageContainer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImageContainer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidbasicClose()voidclose()java.lang.ObjectgetAttribute(java.lang.Object key)java.lang.ObjectremoveAttribute(java.lang.Object key)java.lang.ObjectsetAttribute(java.lang.Object key, java.lang.Object o)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.intarsys.cwt.image.IImageContainer
getImageAt, getImageCount, getLocator, getMetadata
-
-
-
-
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:
closein interfaceIImageContainer- Throws:
java.io.IOException
-
getAttribute
public java.lang.Object getAttribute(java.lang.Object key)
- Specified by:
getAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
removeAttribute
public java.lang.Object removeAttribute(java.lang.Object key)
- Specified by:
removeAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
public java.lang.Object setAttribute(java.lang.Object key, java.lang.Object o)- Specified by:
setAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
-