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 TypeMethodDescriptiongetAttribute
(Object key) protected IImage
protected abstract IImage
int
int
getWidth()
protected abstract IImage
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.IImage
drawFromGraphicsContext
Methods inherited from interface de.intarsys.cwt.image.IImageEntry
getIndex
-
Constructor Details
-
ImageEntry
-
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
getContainer
- Specified by:
getContainer
in interfaceIImageEntry
-
getDelegate
-
getErrorImage
-
getHeight
public int getHeight() -
getWidth
public int getWidth() -
loadContent
- Throws:
IOException
-
removeAttribute
- Specified by:
removeAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-
setAttribute
- Specified by:
setAttribute
in interfacede.intarsys.tools.attribute.IAttributeSupport
-