Generation Framework

Uses of Interface
org.eclipse.gmf.gmfgraph.Font

Packages that use Font
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Font in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Font in org.eclipse.gmf.gmfgraph
 interface BasicFont
           A representation of the model object 'Basic Font'
 

Methods in org.eclipse.gmf.gmfgraph that return Font
 Font Figure.getFont()
          Returns the value of the 'Font' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Font
 void Figure.setFont(Font value)
          Sets the value of the 'Font' containment reference
 

Uses of Font in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Font
 class BasicFontImpl
           An implementation of the model object 'Basic Font'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Font
protected  Font LabeledContainerImpl.font
          The cached value of the 'Font' containment reference
protected  Font LabelImpl.font
          The cached value of the 'Font' containment reference
protected  Font CustomFigureImpl.font
          The cached value of the 'Font' containment reference
protected  Font ShapeImpl.font
          The cached value of the 'Font' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Font
 Font LabeledContainerImpl.getFont()
           
 Font LabelImpl.getFont()
           
 Font CustomFigureImpl.getFont()
           
 Font ShapeImpl.getFont()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Font
 NotificationChain LabeledContainerImpl.basicSetFont(Font newFont, NotificationChain msgs)
           
 void LabeledContainerImpl.setFont(Font newFont)
           
 NotificationChain LabelImpl.basicSetFont(Font newFont, NotificationChain msgs)
           
 void LabelImpl.setFont(Font newFont)
           
 NotificationChain CustomFigureImpl.basicSetFont(Font newFont, NotificationChain msgs)
           
 void CustomFigureImpl.setFont(Font newFont)
           
 NotificationChain ShapeImpl.basicSetFont(Font newFont, NotificationChain msgs)
           
 void ShapeImpl.setFont(Font newFont)
           
 

Uses of Font in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Font
 java.lang.Object GMFGraphSwitch.caseFont(Font object)
          Returns the result of interpretting the object as an instance of 'Font'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.