Uses of Class
Brush

Uses of Brush in <Unnamed>
 

Subclasses of Brush in <Unnamed>
 class Tool
          TODO Put here a description of what this class does.
 

Methods in <Unnamed> with parameters of type Brush
 void Canvas.setBrush(Brush b)
          TODO sets the current brush to b
 

Constructors in <Unnamed> with parameters of type Brush
Canvas(int x, int y, Paint a, Brush b)
          creates a new Canvas with width x, height y, and the painter a, with the default brush being b