TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.svg.internal
Class SVGImage

java.lang.Object
  extended by org.eclipse.tptp.platform.report.igc.svg.internal.SVGImage
All Implemented Interfaces:
IImage

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt). TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

public class SVGImage
extends java.lang.Object
implements IImage


Field Summary
protected  int height_
          Deprecated.  
protected  java.lang.String url_
          Deprecated.  
protected  int width_
          Deprecated.  
 
Constructor Summary
SVGImage(java.lang.String url, int w, int h)
          Deprecated.  
 
Method Summary
 int getHeight()
          Deprecated.  
 int getPixel(int x, int y)
          Deprecated.  
 int getWidth()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width_

protected int width_
Deprecated. 

height_

protected int height_
Deprecated. 

url_

protected java.lang.String url_
Deprecated. 
Constructor Detail

SVGImage

public SVGImage(java.lang.String url,
                int w,
                int h)
Deprecated. 
Method Detail

getWidth

public int getWidth()
Deprecated. 
Specified by:
getWidth in interface IImage
Returns:
the width of image in pixel

getHeight

public int getHeight()
Deprecated. 
Specified by:
getHeight in interface IImage
Returns:
the height of image in pixel

getPixel

public int getPixel(int x,
                    int y)
Deprecated. 
Specified by:
getPixel in interface IImage
Returns:
pixel color using RGBA definition at given location. return transparent color (0) outside

TPTP 4.5.0 Platform Project
Internal API Specification