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 protected
ImageContainer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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)
-
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:
close
in interfaceIImageContainer
- Throws:
java.io.IOException
-
getAttribute
public java.lang.Object getAttribute(java.lang.Object key)
- Specified by:
getAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
removeAttribute
public java.lang.Object removeAttribute(java.lang.Object key)
- Specified by:
removeAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
public java.lang.Object setAttribute(java.lang.Object key, java.lang.Object o)
- Specified by:
setAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
-