Uses of Interface
org.eclipse.birt.chart.model.attribute.FontDefinition

Packages that use FontDefinition
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.style   
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of FontDefinition in org.eclipse.birt.chart.device
 

Methods in org.eclipse.birt.chart.device with parameters of type FontDefinition
 java.lang.Object DisplayAdapter.createFont(FontDefinition fd)
           
 java.lang.Object IDisplayServer.createFont(FontDefinition fd)
          Attempts to create a new font resource associated with a specific device for use in rendering or computations
 

Uses of FontDefinition in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return FontDefinition
 FontDefinition AttributeFactory.createFontDefinition()
          Returns a new object of class 'Font Definition'.
 FontDefinition Text.getFont()
          Returns the value of the 'Font' containment reference.
 FontDefinition Style.getFont()
          Returns the value of the 'Font' containment reference.
 

Methods in org.eclipse.birt.chart.model.attribute with parameters of type FontDefinition
 void Text.setFont(FontDefinition value)
          Sets the value of the 'Font' containment reference.
 void Style.setFont(FontDefinition value)
          Sets the value of the 'Font' containment reference.
 

Uses of FontDefinition in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement FontDefinition
 class FontDefinitionImpl
          An implementation of the model object ' Font Definition'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return FontDefinition
static FontDefinition FontDefinitionImpl.copyInstance(FontDefinition src)
          A convenient method to get an instance copy.
static FontDefinition FontDefinitionImpl.create(java.lang.String sName, float fSize, boolean bBold, boolean bItalic, boolean bUnderline, boolean bStrikethrough, boolean bWordWrap, double dRotation, TextAlignment ta)
          NOTE: Manually written
static FontDefinition FontDefinitionImpl.createEmpty()
          Creates an empty FontDefinition instance.
 FontDefinition AttributeFactoryImpl.createFontDefinition()
           
 FontDefinition StyleImpl.getFont()
           
 FontDefinition TextImpl.getFont()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type FontDefinition
 org.eclipse.emf.common.notify.NotificationChain StyleImpl.basicSetFont(FontDefinition newFont, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TextImpl.basicSetFont(FontDefinition newFont, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static FontDefinition FontDefinitionImpl.copyInstance(FontDefinition src)
          A convenient method to get an instance copy.
static Style StyleImpl.create(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding)
           
 void StyleImpl.setFont(FontDefinition newFont)
           
 void TextImpl.setFont(FontDefinition newFont)
           
 

Uses of FontDefinition in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type FontDefinition
 java.lang.Object AttributeSwitch.caseFontDefinition(FontDefinition object)
          Returns the result of interpretting the object as an instance of 'Font Definition'.
 boolean AttributeValidator.validateFontDefinition(FontDefinition fontDefinition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of FontDefinition in org.eclipse.birt.chart.style
 

Methods in org.eclipse.birt.chart.style that return FontDefinition
 FontDefinition IStyle.getFont()
          Returns the font of current style.
 FontDefinition SimpleStyle.getFont()
           
 

Methods in org.eclipse.birt.chart.style with parameters of type FontDefinition
 void SimpleStyle.setFont(FontDefinition font)
          Sets the font of current style.
 

Constructors in org.eclipse.birt.chart.style with parameters of type FontDefinition
SimpleStyle(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding)
          The constructor.
 

Uses of FontDefinition in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util with parameters of type FontDefinition
static void ChartUtil.mergeFont(FontDefinition original, FontDefinition source)
          Merges two fonts to the original one from a source.
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.