Gets the color for paths that aren't predefined @return path color
()
| 296 | * @return path color |
| 297 | */ |
| 298 | public Color getPathColorNstd(){ |
| 299 | return pathColorNonCardinal; |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Gets the color for exits to unknown targets |
no outgoing calls