|
TPTP 4.2.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
| Field Summary | |
|---|---|
protected int |
height_
|
protected java.lang.String |
url_
|
protected int |
width_
|
| Constructor Summary | |
|---|---|
SVGImage(java.lang.String url,
int w,
int h)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
|
int |
getPixel(int x,
int y)
|
int |
getWidth()
|
| 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.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||