public abstract class ImageContainer extends java.lang.Object implements IImageContainer
| Modifier | Constructor and Description |
|---|---|
protected |
ImageContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
basicClose() |
void |
close() |
java.lang.Object |
getAttribute(java.lang.Object key) |
java.lang.Object |
removeAttribute(java.lang.Object key) |
java.lang.Object |
setAttribute(java.lang.Object key,
java.lang.Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetImageAt, getImageCount, getLocator, getMetadataprotected abstract void basicClose()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface IImageContainerjava.io.IOExceptionpublic java.lang.Object getAttribute(java.lang.Object key)
getAttribute in interface de.intarsys.tools.attribute.IAttributeSupportpublic java.lang.Object removeAttribute(java.lang.Object key)
removeAttribute in interface de.intarsys.tools.attribute.IAttributeSupportpublic java.lang.Object setAttribute(java.lang.Object key,
java.lang.Object o)
setAttribute in interface de.intarsys.tools.attribute.IAttributeSupport