Package de.intarsys.cwt.image
Class ImageEntry
java.lang.Object
de.intarsys.cwt.image.ImageEntry
- All Implemented Interfaces:
IImage,IImageEntry,de.intarsys.tools.attribute.IAttributeSupport
- Direct Known Subclasses:
ImageIOImageEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectgetAttribute(Object key) protected IImageprotected abstract IImageintintgetWidth()protected abstract IImagefinal 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.IImage
drawFromGraphicsContextMethods inherited from interface de.intarsys.cwt.image.IImageEntry
getIndex
-
Constructor Details
-
ImageEntry
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
getContainer
- Specified by:
getContainerin interfaceIImageEntry
-
getDelegate
-
getErrorImage
-
getHeight
public int getHeight() -
getWidth
public int getWidth() -
loadContent
- Throws:
IOException
-
removeAttribute
- Specified by:
removeAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
- Specified by:
setAttributein interfacede.intarsys.tools.attribute.IAttributeSupport
-