Uses of Class
Paint

Uses of Paint in <Unnamed>
 

Methods in <Unnamed> that return Paint
 Paint Canvas.getPaint()
          gets the current Paint object
 

Constructors in <Unnamed> with parameters of type Paint
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