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, wait
getImageAt, getImageCount, getLocator, getMetadata
protected abstract void basicClose() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
close
in interface IImageContainer
java.io.IOException
public java.lang.Object getAttribute(java.lang.Object key)
getAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport
public java.lang.Object removeAttribute(java.lang.Object key)
removeAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport
public java.lang.Object setAttribute(java.lang.Object key, java.lang.Object o)
setAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport