intarsys CWT library

de.intarsys.cwt.image
Class ImageEntry

java.lang.Object
  extended by de.intarsys.cwt.image.ImageEntry
All Implemented Interfaces:
IImage, IImageEntry, de.intarsys.tools.attribute.IAttributeSupport
Direct Known Subclasses:
ImageIOImageEntry

public abstract class ImageEntry
extends Object
implements IImageEntry


Method Summary
 Object getAttribute(Object key)
           
 IImageContainer getContainer()
           
 int getHeight()
           
 int getWidth()
           
 Object removeAttribute(Object key)
           
 Object setAttribute(Object key, Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.intarsys.cwt.image.IImageEntry
getIndex
 
Methods inherited from interface de.intarsys.cwt.image.IImage
drawFromGraphicsContext
 

Method Detail

getAttribute

public Object getAttribute(Object key)
Specified by:
getAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

getContainer

public IImageContainer getContainer()
Specified by:
getContainer in interface IImageEntry

getHeight

public int getHeight()
Specified by:
getHeight in interface IImage

getWidth

public int getWidth()
Specified by:
getWidth in interface IImage

removeAttribute

public Object removeAttribute(Object key)
Specified by:
removeAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

setAttribute

public Object setAttribute(Object key,
                           Object o)
Specified by:
setAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.