Uses of Interface
net.ogdf.ogml.NodeStyleTemplateType

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

Uses of NodeStyleTemplateType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return NodeStyleTemplateType
 NodeStyleTemplateType OgmlFactory.createNodeStyleTemplateType()
          Returns a new object of class 'Node Style Template Type'.
 NodeStyleTemplateType DocumentRoot.getNodeStyleTemplate()
          Returns the value of the 'Node Style Template' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type NodeStyleTemplateType
 void DocumentRoot.setNodeStyleTemplate(NodeStyleTemplateType value)
          Sets the value of the 'Node Style Template' containment reference.
 

Uses of NodeStyleTemplateType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement NodeStyleTemplateType
 class NodeStyleTemplateTypeImpl
          An implementation of the model object 'Node Style Template Type'.
 

Methods in net.ogdf.ogml.impl that return NodeStyleTemplateType
 NodeStyleTemplateType OgmlFactoryImpl.createNodeStyleTemplateType()
           
 NodeStyleTemplateType DocumentRootImpl.getNodeStyleTemplate()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type NodeStyleTemplateType
 NotificationChain DocumentRootImpl.basicSetNodeStyleTemplate(NodeStyleTemplateType newNodeStyleTemplate, NotificationChain msgs)
           
 void DocumentRootImpl.setNodeStyleTemplate(NodeStyleTemplateType newNodeStyleTemplate)
           
 

Uses of NodeStyleTemplateType in net.ogdf.ogml.util
 

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