Sets the default fill (background) color.
(Color fillColor)
| 465 | |
| 466 | /** Sets the default fill (background) color. */ |
| 467 | public static void setDefaultFillColor(Color fillColor) { |
| 468 | defaultFillColor = fillColor; |
| 469 | } |
| 470 | |
| 471 | /** Sets the default angle. */ |
| 472 | public static void setDefaultAngle(double angle) { |
no outgoing calls
no test coverage detected