Class FillPatternFactory
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.style.FillPatternFactory
-
public class FillPatternFactory extends Object
FillPatternFactory
creates a list of all known patterns.- Version:
- $Revision$, $Date$
- Author:
- unknown, last edited by: $Author$
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOM_FILL_PATTERNS_KEY
You can add your own fill patterns to the Collection bearing this key on the Workbench Blackboard (create the Collection if necessary).
-
Constructor Summary
Constructors Constructor Description FillPatternFactory()
-
-
-
Field Detail
-
CUSTOM_FILL_PATTERNS_KEY
public static String CUSTOM_FILL_PATTERNS_KEY
You can add your own fill patterns to the Collection bearing this key on the Workbench Blackboard (create the Collection if necessary).
-
-
Method Detail
-
createFillPatterns
public Paint[] createFillPatterns()
- Returns:
- an array of all fill patterns
-
-