Uses of Class
cse115.graphics.colors.Color

Packages that use Color
cse115.graphics.colors Objects that represent Colors. 
cse115.utilities Miscellaneous tools/classes needed for the CSE115 
lab4lib   
lab5lib   
 

Uses of Color in cse115.graphics.colors
 

Subclasses of Color in cse115.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 cse115.utilities
 

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

Uses of Color in lab4lib
 

Methods in lab4lib 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 Triangle.setColor(Color color)
           
 void Rectangle.setColor(Color color)
           
 void Oval.setColor(Color color)
           
 void IMovingShape.setColor(Color color)