1 | Here is an outline of DrawableString: class DrawableString extends Font { String string; Color color; DrawableString( String string ); void centerDraw( Component c ); } |
2 | Not listed are accessor and mutator methods for the string and color variables, and other font manipulation methods |