Uses of Interface
net.ogdf.ogml.OgmlType

Packages that use OgmlType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of OgmlType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return OgmlType
 OgmlType OgmlFactory.createOgmlType()
          Returns a new object of class 'Type'.
 OgmlType DocumentRoot.getOgml()
          Returns the value of the 'Ogml' containment reference.
 

Methods in net.ogdf.ogml with parameters of type OgmlType
 void DocumentRoot.setOgml(OgmlType value)
          Sets the value of the 'Ogml' containment reference.
 

Uses of OgmlType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement OgmlType
 class OgmlTypeImpl
          An implementation of the model object 'Type'.
 

Methods in net.ogdf.ogml.impl that return OgmlType
 OgmlType OgmlFactoryImpl.createOgmlType()
           
 OgmlType DocumentRootImpl.getOgml()
           
 

Methods in net.ogdf.ogml.impl with parameters of type OgmlType
 NotificationChain DocumentRootImpl.basicSetOgml(OgmlType newOgml, NotificationChain msgs)
           
 void DocumentRootImpl.setOgml(OgmlType newOgml)
           
 

Uses of OgmlType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type OgmlType
 T OgmlSwitch.caseOgmlType(OgmlType object)
          Returns the result of interpreting the object as an instance of 'Type'.