Uses of Interface
net.ogdf.ogml.EdgeStyleTemplateType

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

Uses of EdgeStyleTemplateType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return EdgeStyleTemplateType
 EdgeStyleTemplateType OgmlFactory.createEdgeStyleTemplateType()
          Returns a new object of class 'Edge Style Template Type'.
 EdgeStyleTemplateType DocumentRoot.getEdgeStyleTemplate()
          Returns the value of the 'Edge Style Template' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type EdgeStyleTemplateType
 void DocumentRoot.setEdgeStyleTemplate(EdgeStyleTemplateType value)
          Sets the value of the 'Edge Style Template' containment reference.
 

Uses of EdgeStyleTemplateType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement EdgeStyleTemplateType
 class EdgeStyleTemplateTypeImpl
          An implementation of the model object 'Edge Style Template Type'.
 

Methods in net.ogdf.ogml.impl that return EdgeStyleTemplateType
 EdgeStyleTemplateType OgmlFactoryImpl.createEdgeStyleTemplateType()
           
 EdgeStyleTemplateType DocumentRootImpl.getEdgeStyleTemplate()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type EdgeStyleTemplateType
 NotificationChain DocumentRootImpl.basicSetEdgeStyleTemplate(EdgeStyleTemplateType newEdgeStyleTemplate, NotificationChain msgs)
           
 void DocumentRootImpl.setEdgeStyleTemplate(EdgeStyleTemplateType newEdgeStyleTemplate)
           
 

Uses of EdgeStyleTemplateType in net.ogdf.ogml.util
 

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