public class Brush extends java.lang.Object
int
color
float
hardness
radius
stepSize
Brush(float radius, float hardness, int color)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final float radius
public final float hardness
public final float stepSize
public final int color
public Brush(float radius, float hardness, int color)