Uses of Class
Brush

Uses of Brush in <Unnamed>
 

Subclasses of Brush in <Unnamed>
 class EllipseFillTool
          TODO Put here a description of what this class does.
 class EllipseSelectTool
          TODO Put here a description of what this class does.
 class EllipseTool
          TODO Put here a description of what this class does.
 class EyeDropperTool
          the eyedropper selects an areas color for you to be able to use later on they are deselected
 class MagicWandTool
          selects an area that becomes the only thing on the screen that is able to become modified
 class MoverTool
          TODO Put here a description of what this class does.
 class PaintBucketTool
          this is a tool the paints all similarity colored pixels to the new selected color
 class PolygonFillTool
          TODO Put here a description of what this class does.
 class PolygonTool
          TODO Put here a description of what this class does.
 class RectangleFillTool
          This class implements a tool that lets the user draw rectangles in the GUI and it shows a preview of the shape until you click to draw*
 class RectangleSelectTool
          this class makes a tool that makes a rectangle on the screen that only it can be modified until all pixels are deselected
 class RectangleTool
          This class implements a tool that lets the user draw rectangles in the GUI and it shows a preview of the shape until you click to draw*
 class Tool
          TODO Put here a description of what this class does.
 

Fields in <Unnamed> with type parameters of type Brush
(package private)  java.util.ArrayList<Brush> Paint.brush
          This is a list of all of the tools that are on the tool window
 

Methods in <Unnamed> that return Brush
 Brush Canvas.getBrush()
          allows a brush to be grabbed
 

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