|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hlcl.rql.util.as.ImageMapImage
public class ImageMapImage
| Constructor Summary | |
|---|---|
ImageMapImage(java.awt.image.BufferedImage image)
constructor from a in memory image |
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getImage()
Returns the modified in memory image. |
void |
paintCircle(int centerX,
int centerY,
int radius,
int color_r,
int color_g,
int color_b)
Paints a circle to the image (only in memory) |
void |
paintRectangle(int centerX,
int centerY,
int radius,
int color_r,
int color_g,
int color_b)
Paints a rectangle to the image (only in memory) |
void |
saveAsPngTo(java.lang.String path)
Save the image with the actual manipulations as PNG file to the given path. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageMapImage(java.awt.image.BufferedImage image)
throws RQLException
RQLException| Method Detail |
|---|
public void paintCircle(int centerX,
int centerY,
int radius,
int color_r,
int color_g,
int color_b)
public void paintRectangle(int centerX,
int centerY,
int radius,
int color_r,
int color_g,
int color_b)
public void saveAsPngTo(java.lang.String path)
throws RQLException
RQLExceptionpublic java.awt.image.BufferedImage getImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||