TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.internal
Interface IImage

All Known Implementing Classes:
AWTImage, ImageProxy, RGBAImage, SVGImage, SWTImage

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IImage

Store image independantly from underlying graphic system. Stored image might be loaded on request only...

See Also:
ImageProxy

Method Summary
 int getHeight()
          Deprecated.  
 int getPixel(int x, int y)
          Deprecated.  
 int getWidth()
          Deprecated.  
 

Method Detail

getWidth

int getWidth()
Deprecated. 
Returns:
the width of image in pixel

getHeight

int getHeight()
Deprecated. 
Returns:
the height of image in pixel

getPixel

int getPixel(int x,
             int y)
Deprecated. 
Returns:
pixel color using RGBA definition at given location. return transparent color (0) outside

TPTP 4.6.0 Platform Project
Internal API Specification