Uses of Interface
net.ogdf.ogml.SourceStyleType

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

Uses of SourceStyleType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return SourceStyleType
 SourceStyleType OgmlFactory.createSourceStyleType()
          Returns a new object of class 'Source Style Type'.
 SourceStyleType DocumentRoot.getSourceStyle()
          Returns the value of the 'Source Style' containment reference.
 SourceStyleType EdgeLayoutType.getSourceStyle()
          Returns the value of the 'Source Style' containment reference.
 SourceStyleType EdgeStyleTemplateType.getSourceStyle()
          Returns the value of the 'Source Style' containment reference.
 

Methods in net.ogdf.ogml with parameters of type SourceStyleType
 void DocumentRoot.setSourceStyle(SourceStyleType value)
          Sets the value of the 'Source Style' containment reference.
 void EdgeLayoutType.setSourceStyle(SourceStyleType value)
          Sets the value of the 'Source Style' containment reference.
 void EdgeStyleTemplateType.setSourceStyle(SourceStyleType value)
          Sets the value of the 'Source Style' containment reference.
 

Uses of SourceStyleType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement SourceStyleType
 class SourceStyleTypeImpl
          An implementation of the model object 'Source Style Type'.
 

Fields in net.ogdf.ogml.impl declared as SourceStyleType
protected  SourceStyleType EdgeLayoutTypeImpl.sourceStyle
          The cached value of the 'Source Style' containment reference.
protected  SourceStyleType EdgeStyleTemplateTypeImpl.sourceStyle
          The cached value of the 'Source Style' containment reference.
 

Methods in net.ogdf.ogml.impl that return SourceStyleType
 SourceStyleType OgmlFactoryImpl.createSourceStyleType()
           
 SourceStyleType DocumentRootImpl.getSourceStyle()
           
 SourceStyleType EdgeLayoutTypeImpl.getSourceStyle()
           
 SourceStyleType EdgeStyleTemplateTypeImpl.getSourceStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type SourceStyleType
 NotificationChain DocumentRootImpl.basicSetSourceStyle(SourceStyleType newSourceStyle, NotificationChain msgs)
           
 NotificationChain EdgeLayoutTypeImpl.basicSetSourceStyle(SourceStyleType newSourceStyle, NotificationChain msgs)
           
 NotificationChain EdgeStyleTemplateTypeImpl.basicSetSourceStyle(SourceStyleType newSourceStyle, NotificationChain msgs)
           
 void DocumentRootImpl.setSourceStyle(SourceStyleType newSourceStyle)
           
 void EdgeLayoutTypeImpl.setSourceStyle(SourceStyleType newSourceStyle)
           
 void EdgeStyleTemplateTypeImpl.setSourceStyle(SourceStyleType newSourceStyle)
           
 

Uses of SourceStyleType in net.ogdf.ogml.util
 

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