Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-