Uses of Interface
net.ogdf.ogml.TargetStyleType

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

Uses of TargetStyleType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return TargetStyleType
 TargetStyleType OgmlFactory.createTargetStyleType()
          Returns a new object of class 'Target Style Type'.
 TargetStyleType DocumentRoot.getTargetStyle()
          Returns the value of the 'Target Style' containment reference.
 TargetStyleType EdgeLayoutType.getTargetStyle()
          Returns the value of the 'Target Style' containment reference.
 TargetStyleType EdgeStyleTemplateType.getTargetStyle()
          Returns the value of the 'Target Style' containment reference.
 

Methods in net.ogdf.ogml with parameters of type TargetStyleType
 void DocumentRoot.setTargetStyle(TargetStyleType value)
          Sets the value of the 'Target Style' containment reference.
 void EdgeLayoutType.setTargetStyle(TargetStyleType value)
          Sets the value of the 'Target Style' containment reference.
 void EdgeStyleTemplateType.setTargetStyle(TargetStyleType value)
          Sets the value of the 'Target Style' containment reference.
 

Uses of TargetStyleType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement TargetStyleType
 class TargetStyleTypeImpl
          An implementation of the model object 'Target Style Type'.
 

Fields in net.ogdf.ogml.impl declared as TargetStyleType
protected  TargetStyleType EdgeLayoutTypeImpl.targetStyle
          The cached value of the 'Target Style' containment reference.
protected  TargetStyleType EdgeStyleTemplateTypeImpl.targetStyle
          The cached value of the 'Target Style' containment reference.
 

Methods in net.ogdf.ogml.impl that return TargetStyleType
 TargetStyleType OgmlFactoryImpl.createTargetStyleType()
           
 TargetStyleType DocumentRootImpl.getTargetStyle()
           
 TargetStyleType EdgeLayoutTypeImpl.getTargetStyle()
           
 TargetStyleType EdgeStyleTemplateTypeImpl.getTargetStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type TargetStyleType
 NotificationChain DocumentRootImpl.basicSetTargetStyle(TargetStyleType newTargetStyle, NotificationChain msgs)
           
 NotificationChain EdgeLayoutTypeImpl.basicSetTargetStyle(TargetStyleType newTargetStyle, NotificationChain msgs)
           
 NotificationChain EdgeStyleTemplateTypeImpl.basicSetTargetStyle(TargetStyleType newTargetStyle, NotificationChain msgs)
           
 void DocumentRootImpl.setTargetStyle(TargetStyleType newTargetStyle)
           
 void EdgeLayoutTypeImpl.setTargetStyle(TargetStyleType newTargetStyle)
           
 void EdgeStyleTemplateTypeImpl.setTargetStyle(TargetStyleType newTargetStyle)
           
 

Uses of TargetStyleType in net.ogdf.ogml.util
 

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