Uses of Interface
org.eclipse.graphiti.mm.algorithms.styles.Font

Packages that use Font
org.eclipse.graphiti.mm.algorithms   
org.eclipse.graphiti.mm.algorithms.impl   
org.eclipse.graphiti.mm.algorithms.styles   
org.eclipse.graphiti.mm.algorithms.styles.impl   
org.eclipse.graphiti.mm.algorithms.styles.util   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
org.eclipse.graphiti.ui.services   
 

Uses of Font in org.eclipse.graphiti.mm.algorithms
 

Methods in org.eclipse.graphiti.mm.algorithms that return Font
 Font AbstractText.getFont()
          Returns the value of the 'Font' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms with parameters of type Font
 void AbstractText.setFont(Font value)
          Sets the value of the 'Font' reference.
 

Uses of Font in org.eclipse.graphiti.mm.algorithms.impl
 

Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Font
protected  Font AbstractTextImpl.font
          The cached value of the 'Font' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Font
 Font AbstractTextImpl.basicGetFont()
           
 Font AbstractTextImpl.getFont()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Font
 void AbstractTextImpl.setFont(Font newFont)
           
 

Uses of Font in org.eclipse.graphiti.mm.algorithms.styles
 

Methods in org.eclipse.graphiti.mm.algorithms.styles that return Font
 Font StylesFactory.createFont()
          Returns a new object of class 'Font'.
 Font Style.getFont()
          Returns the value of the 'Font' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type Font
 void Style.setFont(Font value)
          Sets the value of the 'Font' reference.
 

Uses of Font in org.eclipse.graphiti.mm.algorithms.styles.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Font
 class FontImpl
          An implementation of the model object 'Font'.
 

Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as Font
protected  Font StyleImpl.font
          The cached value of the 'Font' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Font
 Font StyleImpl.basicGetFont()
           
 Font StylesFactoryImpl.createFont()
           
 Font StyleImpl.getFont()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type Font
 void StyleImpl.setFont(Font newFont)
           
 

Uses of Font in org.eclipse.graphiti.mm.algorithms.styles.util
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Font
 T StylesSwitch.caseFont(Font object)
          Returns the result of interpreting the object as an instance of 'Font'.
 

Uses of Font in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern that return Font
protected  Font AbstractBasePattern.manageFont(java.lang.String name, int size)
          A convenience method for the Font handling which simply calls IGaService.manageFont(Diagram, String, int) to manage a Font used within the Diagram.
protected  Font AbstractBasePattern.manageFont(java.lang.String name, int size, boolean isItalic, boolean isBold)
          A convenience method for the Font handling which simply calls IGaService.manageFont(Diagram, String, int, boolean, boolean) to manage a Font used within the Diagram.
 

Uses of Font in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Font
 Font IGaService.getFont(AbstractText at, boolean checkStyles)
          Gets the font.
 Font IGaService.manageDefaultFont(Diagram diagram)
          Provides the font instance for the default font (Arial in size 8) by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts.
 Font IGaService.manageDefaultFont(Diagram diagram, boolean isItalic, boolean isBold)
          Provides the font instance for the default font (Arial in size 8) by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts.
 Font IGaService.manageFont(Diagram diagram, java.lang.String name, int size)
          Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts.
 Font IGaService.manageFont(Diagram diagram, java.lang.String name, int size, boolean isItalic, boolean isBold)
          Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts.
 

Methods in org.eclipse.graphiti.services with parameters of type Font
 void IGaService.deleteFont(Font font)
          Deletes the given font.
 

Uses of Font in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl that return Font
 Font GaServiceImpl.getFont(AbstractText at, boolean checkStyles)
           
private static Font GaServiceImpl.getFont(Style style)
           
 Font GaServiceImpl.manageDefaultFont(Diagram diagram)
           
 Font GaServiceImpl.manageDefaultFont(Diagram diagram, boolean isItalic, boolean isBold)
           
 Font GaServiceImpl.manageFont(Diagram diagram, java.lang.String name, int size)
           
 Font GaServiceImpl.manageFont(Diagram diagram, java.lang.String name, int size, boolean isItalic, boolean isBold)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type Font
 void GaServiceImpl.deleteFont(Font font)
           
 

Uses of Font in org.eclipse.graphiti.ui.services
 

Methods in org.eclipse.graphiti.ui.services with parameters of type Font
 IDimension IUiLayoutService.calculateTextSize(java.lang.String text, Font font)
          Calculates the width and height of the given text in the given font.
 



Copyright (c) SAP AG 2005, 2012.