|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface includes behavior allowed for either FillableShapes or Groups
| Method Summary | |
void |
setFillColor(Color c)
Sets the current color for the interior. |
void |
setFillColor(String cName)
Sets the current color for the interior based upon a list of several known color names from java.awt.Color. |
void |
setFilled(boolean fill)
Sets the current state of fillable flag |
| Methods inherited from interface csa120.shape.ShapeOrGroup |
move, setBorderColor, setBorderColor, setBorderThickness, setDepth |
| Methods inherited from interface csa120.shape.Drawable |
draw, draw, getDepth |
| Method Detail |
public void setFilled(boolean fill)
fill - the new desired settingpublic void setFillColor(Color c)
c - the new colorpublic void setFillColor(String cName)
cName - the name of the desired new color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||