Sets the path color @param color new color
(Color color)
| 358 | * @param color new color |
| 359 | */ |
| 360 | public void setPathColorStd(Color color){ |
| 361 | if(color == null){ |
| 362 | throw new NullPointerException(); |
| 363 | } |
| 364 | |
| 365 | pathColorCardinal = color; |
| 366 | callListeners(this); |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * Sets the color for paths that aren't predefined |