Uses of Interface
net.ogdf.ogml.StylesType

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

Uses of StylesType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return StylesType
 StylesType OgmlFactory.createStylesType()
          Returns a new object of class 'Styles Type'.
 StylesType DocumentRoot.getStyles()
          Returns the value of the 'Styles' containment reference.
 StylesType LayoutType.getStyles()
          Returns the value of the 'Styles' containment reference.
 

Methods in net.ogdf.ogml with parameters of type StylesType
 void DocumentRoot.setStyles(StylesType value)
          Sets the value of the 'Styles' containment reference.
 void LayoutType.setStyles(StylesType value)
          Sets the value of the 'Styles' containment reference.
 

Uses of StylesType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement StylesType
 class StylesTypeImpl
          An implementation of the model object 'Styles Type'.
 

Fields in net.ogdf.ogml.impl declared as StylesType
protected  StylesType LayoutTypeImpl.styles
          The cached value of the 'Styles' containment reference.
 

Methods in net.ogdf.ogml.impl that return StylesType
 StylesType OgmlFactoryImpl.createStylesType()
           
 StylesType DocumentRootImpl.getStyles()
           
 StylesType LayoutTypeImpl.getStyles()
           
 

Methods in net.ogdf.ogml.impl with parameters of type StylesType
 NotificationChain DocumentRootImpl.basicSetStyles(StylesType newStyles, NotificationChain msgs)
           
 NotificationChain LayoutTypeImpl.basicSetStyles(StylesType newStyles, NotificationChain msgs)
           
 void DocumentRootImpl.setStyles(StylesType newStyles)
           
 void LayoutTypeImpl.setStyles(StylesType newStyles)
           
 

Uses of StylesType in net.ogdf.ogml.util
 

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