Uses of Interface
net.ogdf.ogml.LocationType

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

Uses of LocationType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LocationType
 LocationType OgmlFactory.createLocationType()
          Returns a new object of class 'Location Type'.
 LocationType DocumentRoot.getLocation()
          Returns the value of the 'Location' containment reference.
 LocationType LabelLayoutType.getLocation()
          Returns the value of the 'Location' containment reference.
 LocationType NodeLayoutType.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in net.ogdf.ogml with parameters of type LocationType
 void DocumentRoot.setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 void LabelLayoutType.setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 void NodeLayoutType.setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 

Uses of LocationType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LocationType
 class LocationTypeImpl
          An implementation of the model object 'Location Type'.
 

Fields in net.ogdf.ogml.impl declared as LocationType
protected  LocationType LabelLayoutTypeImpl.location
          The cached value of the 'Location' containment reference.
protected  LocationType NodeLayoutTypeImpl.location
          The cached value of the 'Location' containment reference.
 

Methods in net.ogdf.ogml.impl that return LocationType
 LocationType OgmlFactoryImpl.createLocationType()
           
 LocationType DocumentRootImpl.getLocation()
           
 LocationType LabelLayoutTypeImpl.getLocation()
           
 LocationType NodeLayoutTypeImpl.getLocation()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LocationType
 NotificationChain DocumentRootImpl.basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 NotificationChain LabelLayoutTypeImpl.basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 NotificationChain NodeLayoutTypeImpl.basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 void DocumentRootImpl.setLocation(LocationType newLocation)
           
 void LabelLayoutTypeImpl.setLocation(LocationType newLocation)
           
 void NodeLayoutTypeImpl.setLocation(LocationType newLocation)
           
 

Uses of LocationType in net.ogdf.ogml.util
 

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