Uses of Interface
net.ogdf.ogml.LabelLayoutType

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

Uses of LabelLayoutType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LabelLayoutType
 LabelLayoutType OgmlFactory.createLabelLayoutType()
          Returns a new object of class 'Label Layout Type'.
 LabelLayoutType DocumentRoot.getLabelLayout()
          Returns the value of the 'Label Layout' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type LabelLayoutType
 EList<LabelLayoutType> StylesType.getLabelStyle()
          Returns the value of the 'Label Style' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type LabelLayoutType
 void DocumentRoot.setLabelLayout(LabelLayoutType value)
          Sets the value of the 'Label Layout' containment reference.
 

Uses of LabelLayoutType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LabelLayoutType
 class LabelLayoutTypeImpl
          An implementation of the model object 'Label Layout Type'.
 

Methods in net.ogdf.ogml.impl that return LabelLayoutType
 LabelLayoutType OgmlFactoryImpl.createLabelLayoutType()
           
 LabelLayoutType DocumentRootImpl.getLabelLayout()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type LabelLayoutType
 EList<LabelLayoutType> StylesTypeImpl.getLabelStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LabelLayoutType
 NotificationChain DocumentRootImpl.basicSetLabelLayout(LabelLayoutType newLabelLayout, NotificationChain msgs)
           
 void DocumentRootImpl.setLabelLayout(LabelLayoutType newLabelLayout)
           
 

Uses of LabelLayoutType in net.ogdf.ogml.util
 

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