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 AbstractFigureImpl.font
          The cached value of the 'Font' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Font
 Font AbstractFigureImpl.getFont()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Font
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetFont(Font newFont, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setFont(Font newFont)
           
 

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

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



Copyright © 2012. All Rights Reserved.