Uses of Class
graphics.colors.Color

Packages that use Color
demos.bounce   
graphics.colors Objects that represent Colors. 
lab3lib   
lab5lib   
utilities Miscellaneous tools/classes needed for CSE115 
 

Uses of Color in demos.bounce
 

Methods in demos.bounce with parameters of type Color
 void BouncingTriangle.setColor(Color newColor)
           
 void BouncingSquare.setColor(Color newColor)
           
 void BouncingBall.setColor(Color newColor)
           
 

Uses of Color in graphics.colors
 

Subclasses of Color in graphics.colors
 class Black
          The color black.
 class Blue
          The color blue.
 class Cyan
          The color cyan.
 class DarkGrey
          The color dark grey.
 class Green
          The color green.
 class Grey
          The color grey.
 class LightGrey
          The color light grey.
 class Magenta
          The color magenta.
 class Orange
          The color orange.
 class Pink
          The color pink.
 class Red
          The color red.
 class White
          The color white.
 class Yellow
          The color yellow.
 

Uses of Color in lab3lib
 

Methods in lab3lib with parameters of type Color
 void UnidentifiedCellC.stain(Color color)
           
 void UnidentifiedCellB.stain(Color color)
           
 void UnidentifiedCellA.stain(Color color)
           
 void ICell.stain(Color color)
          Stains the slide that the cell is on so that we can see it better.
 

Uses of Color in lab5lib
 

Methods in lab5lib with parameters of type Color
 void TripleShape.setColorCircle(Color newColor)
          Set the color of the circle only from this composite.
 void TripleShape.setColorOval(Color newColor)
          Set the color of the oval only from this composite.
 void TripleShape.setColorSquare(Color newColor)
          Set the color of the square only from this composite.
 

Uses of Color in utilities
 

Methods in utilities that return Color
static Color Random.randomColor()
          Creates a random color