Uses of Interface
net.ogdf.ogml.FontType

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

Uses of FontType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return FontType
 FontType OgmlFactory.createFontType()
          Returns a new object of class 'Font Type'.
 FontType DocumentRoot.getFont()
          Returns the value of the 'Font' containment reference.
 FontType LabelLayoutType.getFont()
          Returns the value of the 'Font' containment reference.
 FontType LabelStyleTemplateType.getFont()
          Returns the value of the 'Font' containment reference.
 

Methods in net.ogdf.ogml with parameters of type FontType
 void DocumentRoot.setFont(FontType value)
          Sets the value of the 'Font' containment reference.
 void LabelLayoutType.setFont(FontType value)
          Sets the value of the 'Font' containment reference.
 void LabelStyleTemplateType.setFont(FontType value)
          Sets the value of the 'Font' containment reference.
 

Uses of FontType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement FontType
 class FontTypeImpl
          An implementation of the model object 'Font Type'.
 

Fields in net.ogdf.ogml.impl declared as FontType
protected  FontType LabelLayoutTypeImpl.font
          The cached value of the 'Font' containment reference.
protected  FontType LabelStyleTemplateTypeImpl.font
          The cached value of the 'Font' containment reference.
 

Methods in net.ogdf.ogml.impl that return FontType
 FontType OgmlFactoryImpl.createFontType()
           
 FontType DocumentRootImpl.getFont()
           
 FontType LabelLayoutTypeImpl.getFont()
           
 FontType LabelStyleTemplateTypeImpl.getFont()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FontType
 NotificationChain DocumentRootImpl.basicSetFont(FontType newFont, NotificationChain msgs)
           
 NotificationChain LabelLayoutTypeImpl.basicSetFont(FontType newFont, NotificationChain msgs)
           
 NotificationChain LabelStyleTemplateTypeImpl.basicSetFont(FontType newFont, NotificationChain msgs)
           
 void DocumentRootImpl.setFont(FontType newFont)
           
 void LabelLayoutTypeImpl.setFont(FontType newFont)
           
 void LabelStyleTemplateTypeImpl.setFont(FontType newFont)
           
 

Uses of FontType in net.ogdf.ogml.util
 

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