public class ImageFillPattern extends BasicFillPattern
COLOR_KEYBITMASK, OPAQUE, TRANSLUCENT| Constructor and Description |
|---|
ImageFillPattern()
Parameterless constructor for Java2XML
|
ImageFillPattern(Class c,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createImage(Blackboard properties) |
clone, createContext, equals, getProperties, getTransparency, setColor, setPropertiespublic ImageFillPattern(Class c, String resourceName)
resourceName - name of a resource associated with the given class
(e.g. the name of a .png, .gif, or .jpg file in the same package as the class)public ImageFillPattern()
public BufferedImage createImage(Blackboard properties)
createImage in class BasicFillPatternCopyright © 2015. All rights reserved.