|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.engines.text.DefaultTextEngine
class DefaultTextEngine
Engine for typing text on image
Property Summary | |
---|---|
protected Color |
color
Object representing image file |
protected Font |
font
Object representing image canvas |
protected ImageFile |
loadedImage
Object representing uploaded image |
Constructor Summary | |
DefaultTextEngine(Color color, Font font, ImageFile loadedImage)
Default class constructor |
Method Summary | |
---|---|
BufferedImage
|
getResult()
Returns write result |
protected void
|
init()
|
void
|
write(java.lang.String text, int deltaX, int deltaY)
Performs write actions |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
protected Color color
protected Font font
protected ImageFile loadedImage
Constructor Detail |
---|
public DefaultTextEngine(Color color, Font font, ImageFile loadedImage)
Method Detail |
---|
public BufferedImage getResult()
protected void init()
public void write(java.lang.String text, int deltaX, int deltaY)
Groovy Documentation