Class WKTFillPattern
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.BasicFillPattern
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.WKTFillPattern
-
- All Implemented Interfaces:
Paint
,Transparency
,Cloneable
public class WKTFillPattern extends BasicFillPattern
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.BasicFillPattern
COLOR_KEY
-
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
-
Constructor Summary
Constructors Constructor Description WKTFillPattern()
Parameterless constructor for Java2XMLWKTFillPattern(int lineWidth, int extent, String patternWKT)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WKTFillPattern
createDiagonalStripePattern(int lineWidth, double centerlineSeparationInLineWidths, boolean forward, boolean back)
BufferedImage
createImage(Blackboard properties)
static WKTFillPattern
createVerticalHorizontalStripePattern(int lineWidth, double centerlineSeparationInLineWidths, boolean vertical, boolean horizontal)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.renderer.style.BasicFillPattern
clone, createContext, equals, getProperties, getTransparency, setColor, setProperties
-
-
-
-
Constructor Detail
-
WKTFillPattern
public WKTFillPattern()
Parameterless constructor for Java2XML
-
WKTFillPattern
public WKTFillPattern(int lineWidth, int extent, String patternWKT)
-
-
Method Detail
-
createImage
public BufferedImage createImage(Blackboard properties)
- Specified by:
createImage
in classBasicFillPattern
-
createDiagonalStripePattern
public static WKTFillPattern createDiagonalStripePattern(int lineWidth, double centerlineSeparationInLineWidths, boolean forward, boolean back)
-
createVerticalHorizontalStripePattern
public static WKTFillPattern createVerticalHorizontalStripePattern(int lineWidth, double centerlineSeparationInLineWidths, boolean vertical, boolean horizontal)
-
-