de.intarsys.cwt.image
Interface IImage

All Known Subinterfaces:
IAwtImage, IImageEntry, ISwtImage
All Known Implementing Classes:
CwtAwtImage, CwtHybridImage, CwtSwtImage, ImageEntry, ImageIOImageEntry

public interface IImage


Method Summary
 void drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 int getHeight()
           
 int getWidth()
           
 

Method Detail

drawFromGraphicsContext

void drawFromGraphicsContext(IGraphicsContext graphicsContext,
                             float x,
                             float y)

getHeight

int getHeight()

getWidth

int getWidth()