Package de.intarsys.cwt.image
Interface IImageContainer
-
- All Superinterfaces:
de.intarsys.tools.attribute.IAttributeSupport
- All Known Implementing Classes:
ImageContainer,ImageIOImageContainer
public interface IImageContainer extends de.intarsys.tools.attribute.IAttributeSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()IImageEntrygetImageAt(int index)intgetImageCount()de.intarsys.tools.locator.ILocatorgetLocator()ImageMetadatagetMetadata()
-
-
-
Method Detail
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
getImageAt
IImageEntry getImageAt(int index)
-
getImageCount
int getImageCount()
-
getLocator
de.intarsys.tools.locator.ILocator getLocator()
-
getMetadata
ImageMetadata getMetadata() throws java.io.IOException
- Throws:
java.io.IOException
-
-