Uses of Interface
org.graphdrawing.graphml.GraphmlType

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

Uses of GraphmlType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return GraphmlType
 GraphmlType GraphMLFactory.createGraphmlType()
          Returns a new object of class 'Graphml Type'.
 GraphmlType DocumentRoot.getGraphml()
          Returns the value of the 'Graphml' containment reference.
 

Methods in org.graphdrawing.graphml with parameters of type GraphmlType
 void DocumentRoot.setGraphml(GraphmlType value)
          Sets the value of the 'Graphml' containment reference.
 

Uses of GraphmlType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement GraphmlType
 class GraphmlTypeImpl
          An implementation of the model object 'Graphml Type'.
 

Methods in org.graphdrawing.graphml.impl that return GraphmlType
 GraphmlType GraphMLFactoryImpl.createGraphmlType()
           
 GraphmlType DocumentRootImpl.getGraphml()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type GraphmlType
 NotificationChain DocumentRootImpl.basicSetGraphml(GraphmlType newGraphml, NotificationChain msgs)
           
 void DocumentRootImpl.setGraphml(GraphmlType newGraphml)
           
 

Uses of GraphmlType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type GraphmlType
 T GraphMLSwitch.caseGraphmlType(GraphmlType object)
          Returns the result of interpreting the object as an instance of 'Graphml Type'.