Uses of Interface
net.ogdf.ogml.TemplateType

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

Uses of TemplateType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return TemplateType
 TemplateType OgmlFactory.createTemplateType()
          Returns a new object of class 'Template Type'.
 TemplateType DocumentRoot.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType EdgeLayoutType.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType EdgeStyleTemplateType.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType LabelLayoutType.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType LabelStyleTemplateType.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType NodeLayoutType.getTemplate()
          Returns the value of the 'Template' containment reference.
 TemplateType NodeStyleTemplateType.getTemplate()
          Returns the value of the 'Template' containment reference.
 

Methods in net.ogdf.ogml with parameters of type TemplateType
 void DocumentRoot.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void EdgeLayoutType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void EdgeStyleTemplateType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void LabelLayoutType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void LabelStyleTemplateType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void NodeLayoutType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 void NodeStyleTemplateType.setTemplate(TemplateType value)
          Sets the value of the 'Template' containment reference.
 

Uses of TemplateType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement TemplateType
 class TemplateTypeImpl
          An implementation of the model object 'Template Type'.
 

Fields in net.ogdf.ogml.impl declared as TemplateType
protected  TemplateType EdgeLayoutTypeImpl.template
          The cached value of the 'Template' containment reference.
protected  TemplateType EdgeStyleTemplateTypeImpl.template
          The cached value of the 'Template' containment reference.
protected  TemplateType LabelLayoutTypeImpl.template
          The cached value of the 'Template' containment reference.
protected  TemplateType LabelStyleTemplateTypeImpl.template
          The cached value of the 'Template' containment reference.
protected  TemplateType NodeLayoutTypeImpl.template
          The cached value of the 'Template' containment reference.
protected  TemplateType NodeStyleTemplateTypeImpl.template
          The cached value of the 'Template' containment reference.
 

Methods in net.ogdf.ogml.impl that return TemplateType
 TemplateType OgmlFactoryImpl.createTemplateType()
           
 TemplateType DocumentRootImpl.getTemplate()
           
 TemplateType EdgeLayoutTypeImpl.getTemplate()
           
 TemplateType EdgeStyleTemplateTypeImpl.getTemplate()
           
 TemplateType LabelLayoutTypeImpl.getTemplate()
           
 TemplateType LabelStyleTemplateTypeImpl.getTemplate()
           
 TemplateType NodeLayoutTypeImpl.getTemplate()
           
 TemplateType NodeStyleTemplateTypeImpl.getTemplate()
           
 

Methods in net.ogdf.ogml.impl with parameters of type TemplateType
 NotificationChain DocumentRootImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain EdgeLayoutTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain EdgeStyleTemplateTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain LabelLayoutTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain LabelStyleTemplateTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain NodeLayoutTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 NotificationChain NodeStyleTemplateTypeImpl.basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 void DocumentRootImpl.setTemplate(TemplateType newTemplate)
           
 void EdgeLayoutTypeImpl.setTemplate(TemplateType newTemplate)
           
 void EdgeStyleTemplateTypeImpl.setTemplate(TemplateType newTemplate)
           
 void LabelLayoutTypeImpl.setTemplate(TemplateType newTemplate)
           
 void LabelStyleTemplateTypeImpl.setTemplate(TemplateType newTemplate)
           
 void NodeLayoutTypeImpl.setTemplate(TemplateType newTemplate)
           
 void NodeStyleTemplateTypeImpl.setTemplate(TemplateType newTemplate)
           
 

Uses of TemplateType in net.ogdf.ogml.util
 

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