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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
void
close()
getAttribute
(Object key) removeAttribute
(Object key) setAttribute
(Object key, 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
-
Constructor Details
-
ImageContainer
protected ImageContainer()
-
-
Method Details
-
basicClose
- Throws:
IOException
-
close
- Specified by:
close
in interfaceIImageContainer
- Throws:
IOException
-
getAttribute
- Specified by:
getAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
removeAttribute
- Specified by:
removeAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
- Specified by:
setAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-