|
Routify Documentation
|
Public Member Functions | |
| CustomGEXFExporter () | |
| void | exportGraph (CustomGraph< V, E > customGraph, XMLStreamWriter out) |
Static Public Member Functions | |
| static double | mapValue (double x, double in_min, double in_max, double out_min, double out_max) |
This generic class extends GEXFExporter<V, E> to be able to use the 'http://gexf.net/1.3/gexf.xsd' namespace
|
inline |
|
inline |
exports generic JGraphT graphs as .gexf to import into Gephi
| customGraph | |
| out |
|
inlinestatic |