Returns the current Color. This will be a default value (black) until it is changed using the setColor method.
()
| 846 | * until it is changed using the setColor method. |
| 847 | */ |
| 848 | @Override |
| 849 | public Color getColor() { |
| 850 | return _color; |
| 851 | } |
| 852 | |
| 853 | /** |
| 854 | * Sets the Color to be used when drawing all future shapes, text, etc. |
no outgoing calls
no test coverage detected