Uses of Interface
net.ogdf.ogml.LabelConstraintType

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

Uses of LabelConstraintType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LabelConstraintType
 LabelConstraintType OgmlFactory.createLabelConstraintType()
          Returns a new object of class 'Label Constraint Type'.
 LabelConstraintType DocumentRoot.getLabelConstraint()
          Returns the value of the 'Label Constraint' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type LabelConstraintType
 EList<LabelConstraintType> ComposedType.getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<LabelConstraintType> ConstraintsType.getLabelRef()
          Returns the value of the 'Label Ref' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type LabelConstraintType
 void DocumentRoot.setLabelConstraint(LabelConstraintType value)
          Sets the value of the 'Label Constraint' containment reference.
 

Uses of LabelConstraintType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LabelConstraintType
 class LabelConstraintTypeImpl
          An implementation of the model object 'Label Constraint Type'.
 

Methods in net.ogdf.ogml.impl that return LabelConstraintType
 LabelConstraintType OgmlFactoryImpl.createLabelConstraintType()
           
 LabelConstraintType DocumentRootImpl.getLabelConstraint()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type LabelConstraintType
 EList<LabelConstraintType> ComposedTypeImpl.getLabel()
           
 EList<LabelConstraintType> ConstraintsTypeImpl.getLabelRef()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LabelConstraintType
 NotificationChain DocumentRootImpl.basicSetLabelConstraint(LabelConstraintType newLabelConstraint, NotificationChain msgs)
           
 void DocumentRootImpl.setLabelConstraint(LabelConstraintType newLabelConstraint)
           
 

Uses of LabelConstraintType in net.ogdf.ogml.util
 

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