Sets the color for paths that aren't predefined @param color
(Color color)
| 371 | * @param color |
| 372 | */ |
| 373 | public void setPathColorNstd(Color color){ |
| 374 | if(color == null){ |
| 375 | throw new NullPointerException(); |
| 376 | } |
| 377 | |
| 378 | pathColorNonCardinal = color; |
| 379 | callListeners(this); |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Sets the color for paths to unknown targets |