Uses of Class
org.pentaho.reporting.engine.classic.core.style.FontDefinition

Packages that use FontDefinition
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

Uses of FontDefinition in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return FontDefinition
 FontDefinition TextElement.getFont()
          Deprecated. Retrieve the required font properties directly from the stylesheet.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type FontDefinition
 void TextElement.setFont(FontDefinition font)
          Deprecated. Set the required font properties directly on the stylesheet.
 

Uses of FontDefinition in org.pentaho.reporting.engine.classic.core.elementfactory
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type FontDefinition
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, DateFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, DateFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element LabelElementFactory.createLabelElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String labeltext)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element LabelElementFactory.createLabelElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String labeltext)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element MessageFieldElementFactory.createMessageElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String formatString)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element MessageFieldElementFactory.createMessageElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, NumberFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, NumberFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceFieldElementFactory.createResourceElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valignment, FontDefinition font, String nullValue, String resourceBase, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceLabelElementFactory.createResourceLabel(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullValue, String resourceBase, String resourceKey)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceMessageElementFactory.createResourceMessage(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullValue, String resourceBase, String resourceKey)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element TextFieldElementFactory.createStringElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element TextFieldElementFactory.createStringElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
 

Uses of FontDefinition in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type FontDefinition
 SizeCalculator LegacyLayoutSupport.createTextSizeCalculator(FontDefinition font)
          Deprecated. Creates a size calculator for the current state of the output target.
 SizeCalculator LayoutSupport.createTextSizeCalculator(FontDefinition font)
          Deprecated. Creates a size calculator for the current state of the output target.
 SizeCalculator DefaultLayoutSupport.createTextSizeCalculator(FontDefinition font)
          Deprecated. Creates a size calculator for the current state of the output target.
static DefaultSizeCalculator DefaultSizeCalculator.getDefaultSizeCalculator(FontDefinition font, boolean maxLineHeightUsed)
          Deprecated. Do not use the FontDefinition, use the Font-constructor instead and instantiate the size-calculator directly.
 

Constructors in org.pentaho.reporting.engine.classic.core.layout with parameters of type FontDefinition
DefaultSizeCalculator(FontDefinition font, boolean maxLineHeightUsed)
          Deprecated. Do not use the FontDefinition, use the Font-constructor instead.
 

Uses of FontDefinition in org.pentaho.reporting.engine.classic.core.style
 

Methods in org.pentaho.reporting.engine.classic.core.style that return FontDefinition
 FontDefinition ImmutableStyleSheet.getFontDefinitionProperty()
          Deprecated.  
 FontDefinition AbstractStyleSheet.getFontDefinitionProperty()
          Deprecated. Do not use this method, access the font properties directly. This method will be removed in 0.8.11.
 FontDefinition ElementStyleSheet.getFontDefinitionProperty()
          Deprecated. This method will be removed in the next version.
 

Methods in org.pentaho.reporting.engine.classic.core.style with parameters of type FontDefinition
 void ElementStyleSheet.setFontDefinitionProperty(FontDefinition font)
          Deprecated. This method will be removed in the next version.