|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WPainter.Image
public static class WPainter.Image
An image that can be rendered on a WPainter.
The image is specified in terms of a URL, and the width and height.
WPainter.drawImage(WPointF point, WPainter.Image image)| Constructor Summary | |
|---|---|
WPainter.Image(java.lang.String uri,
int width,
int height)
Creates an image. |
|
| Method Summary | |
|---|---|
int |
getHeight()
Returns the image height. |
java.lang.String |
getUri()
Returns the uri. |
int |
getWidth()
Returns the image width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WPainter.Image(java.lang.String uri,
int width,
int height)
Create an image which is located at the uri, and which has dimensions width x height.
| Method Detail |
|---|
public java.lang.String getUri()
public int getWidth()
public int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||