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

Packages that use GraphMLFileHandler
edu.uci.ics.jung.io Interfaces and classes for reading and writing graphs in various (file) formats. 
 

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

Methods in edu.uci.ics.jung.io that return GraphMLFileHandler
 GraphMLFileHandler<V,E> GraphMLFile.getMFileHandler()
          Deprecated.  
 

Methods in edu.uci.ics.jung.io with parameters of type GraphMLFileHandler
 void GraphMLFile.setGraphMLFileHandler(GraphMLFileHandler<V,E> fileHandler)
          Deprecated. 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<V,E> handler)
          Deprecated. Constructors which allows a subclass of GraphMLFileHandler to be used to parse the graph
 



Copyright © 2008 null. All Rights Reserved.