Draws an image. An Image operation can work as a wrapper for another image operation, in the same way that paint works. It also accepts transformations.
Properties
Property | Default | Notes |
|---|---|---|
x | |
|
y | |
|
image |
| must be a java.awt.Image, an image or a image shape operation |
classpath |
| String |
url |
| URL or String |
file |
| File or String |
asImage | | if true will skip drawing the image right away, useful for texture painting |
...