Uses of Interface
net.ogdf.ogml.StyleTemplatesType

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

Uses of StyleTemplatesType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return StyleTemplatesType
 StyleTemplatesType OgmlFactory.createStyleTemplatesType()
          Returns a new object of class 'Style Templates Type'.
 StyleTemplatesType DocumentRoot.getStyleTemplates()
          Returns the value of the 'Style Templates' containment reference.
 StyleTemplatesType LayoutType.getStyleTemplates()
          Returns the value of the 'Style Templates' containment reference.
 

Methods in net.ogdf.ogml with parameters of type StyleTemplatesType
 void DocumentRoot.setStyleTemplates(StyleTemplatesType value)
          Sets the value of the 'Style Templates' containment reference.
 void LayoutType.setStyleTemplates(StyleTemplatesType value)
          Sets the value of the 'Style Templates' containment reference.
 

Uses of StyleTemplatesType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement StyleTemplatesType
 class StyleTemplatesTypeImpl
          An implementation of the model object 'Style Templates Type'.
 

Fields in net.ogdf.ogml.impl declared as StyleTemplatesType
protected  StyleTemplatesType LayoutTypeImpl.styleTemplates
          The cached value of the 'Style Templates' containment reference.
 

Methods in net.ogdf.ogml.impl that return StyleTemplatesType
 StyleTemplatesType OgmlFactoryImpl.createStyleTemplatesType()
           
 StyleTemplatesType DocumentRootImpl.getStyleTemplates()
           
 StyleTemplatesType LayoutTypeImpl.getStyleTemplates()
           
 

Methods in net.ogdf.ogml.impl with parameters of type StyleTemplatesType
 NotificationChain DocumentRootImpl.basicSetStyleTemplates(StyleTemplatesType newStyleTemplates, NotificationChain msgs)
           
 NotificationChain LayoutTypeImpl.basicSetStyleTemplates(StyleTemplatesType newStyleTemplates, NotificationChain msgs)
           
 void DocumentRootImpl.setStyleTemplates(StyleTemplatesType newStyleTemplates)
           
 void LayoutTypeImpl.setStyleTemplates(StyleTemplatesType newStyleTemplates)
           
 

Uses of StyleTemplatesType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type StyleTemplatesType
 T OgmlSwitch.caseStyleTemplatesType(StyleTemplatesType object)
          Returns the result of interpreting the object as an instance of 'Style Templates Type'.