Creates an image based paint. It is recommended that the image should have small dimensions as it will be tiled and copied to fit the Shape's bounds.
Property |
Default |
Notes |
|---|---|---|
x |
|
|
y |
|
|
width |
|
if specified will override the image's width |
height |
|
if specified will override the image's height |
image |
|
must be a java.awt.Image, an image or shape operation |
classpath |
|
String |
url |
|
URL or String |
file |
|
File or String |
You must specify ate least any of [image,classpath,url,file]

