Uses of Interface
net.ogdf.ogml.FillType

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

Uses of FillType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return FillType
 FillType OgmlFactory.createFillType()
          Returns a new object of class 'Fill Type'.
 FillType DocumentRoot.getFill()
          Returns the value of the 'Fill' containment reference.
 FillType NodeLayoutType.getFill()
          Returns the value of the 'Fill' containment reference.
 FillType NodeStyleTemplateType.getFill()
          Returns the value of the 'Fill' containment reference.
 

Methods in net.ogdf.ogml with parameters of type FillType
 void DocumentRoot.setFill(FillType value)
          Sets the value of the 'Fill' containment reference.
 void NodeLayoutType.setFill(FillType value)
          Sets the value of the 'Fill' containment reference.
 void NodeStyleTemplateType.setFill(FillType value)
          Sets the value of the 'Fill' containment reference.
 

Uses of FillType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement FillType
 class FillTypeImpl
          An implementation of the model object 'Fill Type'.
 

Fields in net.ogdf.ogml.impl declared as FillType
protected  FillType NodeLayoutTypeImpl.fill
          The cached value of the 'Fill' containment reference.
protected  FillType NodeStyleTemplateTypeImpl.fill
          The cached value of the 'Fill' containment reference.
 

Methods in net.ogdf.ogml.impl that return FillType
 FillType OgmlFactoryImpl.createFillType()
           
 FillType DocumentRootImpl.getFill()
           
 FillType NodeLayoutTypeImpl.getFill()
           
 FillType NodeStyleTemplateTypeImpl.getFill()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FillType
 NotificationChain DocumentRootImpl.basicSetFill(FillType newFill, NotificationChain msgs)
           
 NotificationChain NodeLayoutTypeImpl.basicSetFill(FillType newFill, NotificationChain msgs)
           
 NotificationChain NodeStyleTemplateTypeImpl.basicSetFill(FillType newFill, NotificationChain msgs)
           
 void DocumentRootImpl.setFill(FillType newFill)
           
 void NodeLayoutTypeImpl.setFill(FillType newFill)
           
 void NodeStyleTemplateTypeImpl.setFill(FillType newFill)
           
 

Uses of FillType in net.ogdf.ogml.util
 

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