com.vividsolutions.jump.workbench.ui.renderer.style
Class ImageFillPattern
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.BasicFillPattern
com.vividsolutions.jump.workbench.ui.renderer.style.ImageFillPattern
- All Implemented Interfaces:
- java.awt.Paint, java.awt.Transparency, java.lang.Cloneable
public class ImageFillPattern
- extends BasicFillPattern
You can set the alpha by calling #setColor (only the alpha will be read)
| Fields inherited from interface java.awt.Transparency |
BITMASK, OPAQUE, TRANSLUCENT |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFillPattern
public ImageFillPattern(java.lang.Class c,
java.lang.String resourceName)
- Parameters:
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)
ImageFillPattern
public ImageFillPattern()
- Parameterless constructor for Java2XML
createImage
public java.awt.image.BufferedImage createImage(Blackboard properties)
- Specified by:
createImage in class BasicFillPattern