Uses of Class
edu.iu.cnets.klatsch.model.gephi.GephiGraph

Packages that use GephiGraph
edu.iu.cnets.klatsch.model.gephi   
 

Uses of GephiGraph in edu.iu.cnets.klatsch.model.gephi
 

Methods in edu.iu.cnets.klatsch.model.gephi with parameters of type GephiGraph
 org.gephi.graph.api.Edge GephiEdge.toGephi(GephiGraph graph)
           
 org.gephi.graph.api.Node GephiNode.toGephi(GephiGraph graph)
           
 

Constructors in edu.iu.cnets.klatsch.model.gephi with parameters of type GephiGraph
GephiEdge(GephiGraph graph, org.gephi.graph.api.Edge gEdge)
           
GephiNode(GephiGraph graph, org.gephi.graph.api.Node gNode)