|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.svg.internal.SVGImage
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
| 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 |
|---|
protected int width_
protected int height_
protected java.lang.String url_
| Constructor Detail |
|---|
public SVGImage(java.lang.String url,
int w,
int h)
| Method Detail |
|---|
public int getWidth()
getWidth in interface IImagepublic int getHeight()
getHeight in interface IImage
public int getPixel(int x,
int y)
getPixel in interface IImage
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||