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 voidvoidclose()final ObjectgetAttribute(Object key) final ObjectremoveAttribute(Object key) final ObjectsetAttribute(Object key, Object o) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
closein interfaceIImageContainer- Throws:
IOException
-
getAttribute
- Specified by:
getAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
removeAttribute
- Specified by:
removeAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
- Specified by:
setAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-