Uses of Class
Paint

Uses of Paint in <Unnamed>
 

Fields in <Unnamed> declared as Paint
(package private)  Paint Paint.opener.a
          the object that is being oepened
(package private)  Paint Paint.saver.a
          the object being saved
 

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
Paint.opener(Paint a)
          The constructor for opener
Paint.saver(Paint a)
          this constructor lets Paint save files