Uses of Interface
net.ogdf.ogml.ConstraintsType

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

Uses of ConstraintsType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return ConstraintsType
 ConstraintsType OgmlFactory.createConstraintsType()
          Returns a new object of class 'Constraints Type'.
 ConstraintsType DocumentRoot.getConstraints()
          Returns the value of the 'Constraints' containment reference.
 ConstraintsType LayoutType.getConstraints()
          Returns the value of the 'Constraints' containment reference.
 

Methods in net.ogdf.ogml with parameters of type ConstraintsType
 void DocumentRoot.setConstraints(ConstraintsType value)
          Sets the value of the 'Constraints' containment reference.
 void LayoutType.setConstraints(ConstraintsType value)
          Sets the value of the 'Constraints' containment reference.
 

Uses of ConstraintsType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement ConstraintsType
 class ConstraintsTypeImpl
          An implementation of the model object 'Constraints Type'.
 

Fields in net.ogdf.ogml.impl declared as ConstraintsType
protected  ConstraintsType LayoutTypeImpl.constraints
          The cached value of the 'Constraints' containment reference.
 

Methods in net.ogdf.ogml.impl that return ConstraintsType
 ConstraintsType OgmlFactoryImpl.createConstraintsType()
           
 ConstraintsType DocumentRootImpl.getConstraints()
           
 ConstraintsType LayoutTypeImpl.getConstraints()
           
 

Methods in net.ogdf.ogml.impl with parameters of type ConstraintsType
 NotificationChain DocumentRootImpl.basicSetConstraints(ConstraintsType newConstraints, NotificationChain msgs)
           
 NotificationChain LayoutTypeImpl.basicSetConstraints(ConstraintsType newConstraints, NotificationChain msgs)
           
 void DocumentRootImpl.setConstraints(ConstraintsType newConstraints)
           
 void LayoutTypeImpl.setConstraints(ConstraintsType newConstraints)
           
 

Uses of ConstraintsType in net.ogdf.ogml.util
 

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