public class Brush
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color |
float |
hardness |
float |
radius |
float |
stepSize |
| Constructor and Description |
|---|
Brush(float radius,
float hardness,
int color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |