Uses of Interface
org.graphdrawing.graphml.DocumentRoot

Packages that use DocumentRoot
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of DocumentRoot in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return DocumentRoot
 DocumentRoot GraphMLFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.graphdrawing.graphml.impl
 

Methods in org.graphdrawing.graphml.impl that return DocumentRoot
 DocumentRoot GraphMLFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type DocumentRoot
 T GraphMLSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'.