public abstract class PatternDefs
PatternDefs ()
Default constructor. |
Show all inherited methods (11 more) |
static String |
cross (String id, int size, String fill, String stroke, float strokeWidth)
|
static String |
diag (String id, int size, String fill, String stroke, float strokeWidth)
|
static String |
dots (String id, int size, String fill, String stroke, float strokeWidth)
|
static String |
rdiag (String id, int size, String fill, String stroke, float strokeWidth)
|
public static String cross ( String id, int size, String fill, String stroke, float strokeWidth );
public static String diag ( String id, int size, String fill, String stroke, float strokeWidth );