Uses of Class
edu.uci.ics.jung.io.GraphMLFileHandler

Packages that use GraphMLFileHandler
edu.uci.ics.jung.io Provides a set of graph file format interpreters for loading graphs from disk. 
 

Uses of GraphMLFileHandler in edu.uci.ics.jung.io
 

Methods in edu.uci.ics.jung.io with parameters of type GraphMLFileHandler
 void GraphMLFile.setGraphMLFileHandler(GraphMLFileHandler fileHandler)
          Allows the user to provide his/her own subclassed GraphML file handerl
 

Constructors in edu.uci.ics.jung.io with parameters of type GraphMLFileHandler
GraphMLFile(GraphMLFileHandler handler)
          Constructors which allows a subclass of GraphMLFileHandler to be used to parse the graph