Routify Documentation
Loading...
Searching...
No Matches
ch.routify.graph.CustomGEXFExporter< V, E > Class Template Reference
Inheritance diagram for ch.routify.graph.CustomGEXFExporter< V, E >:
[legend]
Collaboration diagram for ch.routify.graph.CustomGEXFExporter< V, E >:
[legend]

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)
 

Detailed Description

This generic class extends GEXFExporter<V, E> to be able to use the 'http://gexf.net/1.3/gexf.xsd' namespace

Author
aegge.nosp@m.rth@.nosp@m.ethz..nosp@m.ch
Version
1.0

Constructor & Destructor Documentation

◆ CustomGEXFExporter()

Member Function Documentation

◆ exportGraph()

void ch.routify.graph.CustomGEXFExporter< V, E >.exportGraph ( CustomGraph< V, E > customGraph,
XMLStreamWriter out )
inline

exports generic JGraphT graphs as .gexf to import into Gephi

Parameters
customGraph
out

◆ mapValue()

static double ch.routify.graph.CustomGEXFExporter< V, E >.mapValue ( double x,
double in_min,
double in_max,
double out_min,
double out_max )
inlinestatic

The documentation for this class was generated from the following file: