Uses of Interface
net.ogdf.ogml.LabelStyleTemplateType

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

Uses of LabelStyleTemplateType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LabelStyleTemplateType
 LabelStyleTemplateType OgmlFactory.createLabelStyleTemplateType()
          Returns a new object of class 'Label Style Template Type'.
 LabelStyleTemplateType DocumentRoot.getLabelStyleTemplate()
          Returns the value of the 'Label Style Template' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type LabelStyleTemplateType
 EList<LabelStyleTemplateType> StyleTemplatesType.getLabelStyleTemplate()
          Returns the value of the 'Label Style Template' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type LabelStyleTemplateType
 void DocumentRoot.setLabelStyleTemplate(LabelStyleTemplateType value)
          Sets the value of the 'Label Style Template' containment reference.
 

Uses of LabelStyleTemplateType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LabelStyleTemplateType
 class LabelStyleTemplateTypeImpl
          An implementation of the model object 'Label Style Template Type'.
 

Methods in net.ogdf.ogml.impl that return LabelStyleTemplateType
 LabelStyleTemplateType OgmlFactoryImpl.createLabelStyleTemplateType()
           
 LabelStyleTemplateType DocumentRootImpl.getLabelStyleTemplate()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type LabelStyleTemplateType
 EList<LabelStyleTemplateType> StyleTemplatesTypeImpl.getLabelStyleTemplate()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LabelStyleTemplateType
 NotificationChain DocumentRootImpl.basicSetLabelStyleTemplate(LabelStyleTemplateType newLabelStyleTemplate, NotificationChain msgs)
           
 void DocumentRootImpl.setLabelStyleTemplate(LabelStyleTemplateType newLabelStyleTemplate)
           
 

Uses of LabelStyleTemplateType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type LabelStyleTemplateType
 T OgmlSwitch.caseLabelStyleTemplateType(LabelStyleTemplateType object)
          Returns the result of interpreting the object as an instance of 'Label Style Template Type'.