Class ImageFillPattern

java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.BasicFillPattern
com.vividsolutions.jump.workbench.ui.renderer.style.ImageFillPattern
All Implemented Interfaces:
Paint, Transparency, Cloneable

public class ImageFillPattern extends BasicFillPattern
You can set the alpha by calling #setColor (only the alpha will be read)
  • Constructor Details

    • ImageFillPattern

      public ImageFillPattern(Class c, 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
  • Method Details