Draws an image. An Image operation can work as a wrapper for another image operation, in the same way that paint works.
Properties
Property |
Default |
Notes |
|---|---|---|
x |
|
|
y |
|
|
image |
|
must be a java.awt.Image or a image 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 |
You must specify ate least any of [image,classpath,url,file]
Example

Labels