PatternDefs

public abstract class PatternDefs
Hierarchy:
Object ⯈ PatternDefs

Summary

Constructors
PatternDefs ()
Default constructor.
Instance Methods
Show all inherited methods (11 more)
protected native Object clone ()
Inherited from Object.
boolean equals (Object)
Inherited from Object.
protected void finalize ()
Inherited from Object.
final native Class<?> getClass ()
Inherited from Object.
native int hashCode ()
Inherited from Object.
final native void notify ()
Inherited from Object.
final native void notifyAll ()
Inherited from Object.
String toString ()
Inherited from Object.
final void wait ()
Inherited from Object.
final native void wait (long)
Inherited from Object.
final void wait (long, int)
Inherited from Object.
Static Methods
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)

cross

public static String cross (
	String id,
	int size,
	String fill,
	String stroke,
	float strokeWidth
);

diag

public static String diag (
	String id,
	int size,
	String fill,
	String stroke,
	float strokeWidth
);

rdiag

public static String rdiag (
	String id,
	int size,
	String fill,
	String stroke,
	float strokeWidth
);

dots

public static String dots (
	String id,
	int size,
	String fill,
	String stroke,
	float strokeWidth
);