| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Color in edu.byu.phun2d | 
|---|
| Fields in edu.byu.phun2d declared as Color | |
|---|---|
static Color | 
Color.BLACK
 | 
static Color | 
Color.BLUE
 | 
static Color | 
Color.BROWN
 | 
static Color | 
Color.CYAN
 | 
static Color | 
Color.DARK_BLUE
 | 
static Color | 
Color.DARK_GRAY
 | 
static Color | 
Color.DARK_GREEN
 | 
static Color | 
Color.DARK_RED
 | 
static Color | 
Color.GRAY
 | 
static Color | 
Color.GREEN
 | 
static Color | 
Color.LIGHT_BLUE
 | 
static Color | 
Color.LIGHT_GRAY
 | 
static Color | 
Color.LIGHT_GREEN
 | 
static Color | 
Color.LIGHT_RED
 | 
static Color | 
Color.MAGENTA
 | 
static Color | 
Color.ORANGE
 | 
static Color | 
Color.RED
 | 
static Color | 
Color.TAN
 | 
static Color | 
Color.WHITE
 | 
static Color | 
Color.YELLOW
 | 
| Methods in edu.byu.phun2d that return Color | |
|---|---|
 Color | 
DrawObj.getFillColor()
Returns the color being used to fill this object.  | 
 Color | 
DrawObj.getLineColor()
Returns the color being used to draw the border on this object.  | 
| Methods in edu.byu.phun2d with parameters of type Color | |
|---|---|
 void | 
Win2D.setBackground(Color background)
This will change the background color of the window.  | 
 void | 
Group.setFillColor(Color c)
Generates an error message because you cannot change the fill color of a Group.  | 
 void | 
DrawObj.setFillColor(Color c)
Changes the fill color of this object.  | 
 void | 
Group.setLineColor(Color c)
Generates an error message because you cannot change the line color of a Group.  | 
 void | 
DrawObj.setLineColor(Color c)
Changes the border or line color of this object.  | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||