Uses of Interface
net.sf.jasperreports.engine.JRFont

Packages that use JRFont
net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets. 
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.charts.util Contains utility classes for complex chart datasets. 
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRFont in net.sf.jasperreports.charts
 

Methods in net.sf.jasperreports.charts that return JRFont
 JRFont JRCategoryAxisFormat.getCategoryAxisLabelFont()
           
 JRFont JRCategoryAxisFormat.getCategoryAxisTickLabelFont()
           
 JRFont JRValueDisplay.getFont()
          Returns the font to use when writing the value.
 JRFont JRTimeAxisFormat.getTimeAxisLabelFont()
           
 JRFont JRTimeAxisFormat.getTimeAxisTickLabelFont()
           
 JRFont JRValueAxisFormat.getValueAxisLabelFont()
           
 JRFont JRValueAxisFormat.getValueAxisTickLabelFont()
           
 JRFont JRXAxisFormat.getXAxisLabelFont()
           
 JRFont JRXAxisFormat.getXAxisTickLabelFont()
           
 JRFont JRYAxisFormat.getYAxisLabelFont()
           
 JRFont JRYAxisFormat.getYAxisTickLabelFont()
           
 

Uses of JRFont in net.sf.jasperreports.charts.base
 

Fields in net.sf.jasperreports.charts.base declared as JRFont
protected  JRFont JRBaseAreaPlot.categoryAxisLabelFont
           
protected  JRFont JRBaseBar3DPlot.categoryAxisLabelFont
           
protected  JRFont JRBaseBarPlot.categoryAxisLabelFont
           
protected  JRFont JRBaseLinePlot.categoryAxisLabelFont
           
protected  JRFont JRBaseAreaPlot.categoryAxisTickLabelFont
           
protected  JRFont JRBaseBar3DPlot.categoryAxisTickLabelFont
           
protected  JRFont JRBaseBarPlot.categoryAxisTickLabelFont
           
protected  JRFont JRBaseLinePlot.categoryAxisTickLabelFont
           
protected  JRFont JRBaseValueDisplay.font
          The font to use when writing the value.
protected  JRFont JRBaseCandlestickPlot.timeAxisLabelFont
           
protected  JRFont JRBaseHighLowPlot.timeAxisLabelFont
           
protected  JRFont JRBaseTimeSeriesPlot.timeAxisLabelFont
           
protected  JRFont JRBaseCandlestickPlot.timeAxisTickLabelFont
           
protected  JRFont JRBaseHighLowPlot.timeAxisTickLabelFont
           
protected  JRFont JRBaseTimeSeriesPlot.timeAxisTickLabelFont
           
protected  JRFont JRBaseAreaPlot.valueAxisLabelFont
           
protected  JRFont JRBaseBar3DPlot.valueAxisLabelFont
           
protected  JRFont JRBaseBarPlot.valueAxisLabelFont
           
protected  JRFont JRBaseCandlestickPlot.valueAxisLabelFont
           
protected  JRFont JRBaseHighLowPlot.valueAxisLabelFont
           
protected  JRFont JRBaseLinePlot.valueAxisLabelFont
           
protected  JRFont JRBaseTimeSeriesPlot.valueAxisLabelFont
           
protected  JRFont JRBaseAreaPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseBar3DPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseBarPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseCandlestickPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseHighLowPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseLinePlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseTimeSeriesPlot.valueAxisTickLabelFont
           
protected  JRFont JRBaseBubblePlot.xAxisLabelFont
           
protected  JRFont JRBaseScatterPlot.xAxisLabelFont
           
protected  JRFont JRBaseBubblePlot.xAxisTickLabelFont
           
protected  JRFont JRBaseScatterPlot.xAxisTickLabelFont
           
protected  JRFont JRBaseBubblePlot.yAxisLabelFont
           
protected  JRFont JRBaseScatterPlot.yAxisLabelFont
           
protected  JRFont JRBaseBubblePlot.yAxisTickLabelFont
           
protected  JRFont JRBaseScatterPlot.yAxisTickLabelFont
           
 

Methods in net.sf.jasperreports.charts.base that return JRFont
 JRFont JRBaseAreaPlot.getCategoryAxisLabelFont()
           
 JRFont JRBaseBar3DPlot.getCategoryAxisLabelFont()
           
 JRFont JRBaseBarPlot.getCategoryAxisLabelFont()
           
 JRFont JRBaseLinePlot.getCategoryAxisLabelFont()
           
 JRFont JRBaseAreaPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRBaseBar3DPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRBaseBarPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRBaseLinePlot.getCategoryAxisTickLabelFont()
           
 JRFont JRBaseValueDisplay.getFont()
           
 JRFont JRBaseCandlestickPlot.getTimeAxisLabelFont()
           
 JRFont JRBaseHighLowPlot.getTimeAxisLabelFont()
           
 JRFont JRBaseTimeSeriesPlot.getTimeAxisLabelFont()
           
 JRFont JRBaseCandlestickPlot.getTimeAxisTickLabelFont()
           
 JRFont JRBaseHighLowPlot.getTimeAxisTickLabelFont()
           
 JRFont JRBaseTimeSeriesPlot.getTimeAxisTickLabelFont()
           
 JRFont JRBaseAreaPlot.getValueAxisLabelFont()
           
 JRFont JRBaseBar3DPlot.getValueAxisLabelFont()
           
 JRFont JRBaseBarPlot.getValueAxisLabelFont()
           
 JRFont JRBaseCandlestickPlot.getValueAxisLabelFont()
           
 JRFont JRBaseHighLowPlot.getValueAxisLabelFont()
           
 JRFont JRBaseLinePlot.getValueAxisLabelFont()
           
 JRFont JRBaseTimeSeriesPlot.getValueAxisLabelFont()
           
 JRFont JRBaseAreaPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseBar3DPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseBarPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseCandlestickPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseHighLowPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseLinePlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseTimeSeriesPlot.getValueAxisTickLabelFont()
           
 JRFont JRBaseBubblePlot.getXAxisLabelFont()
           
 JRFont JRBaseScatterPlot.getXAxisLabelFont()
           
 JRFont JRBaseBubblePlot.getXAxisTickLabelFont()
           
 JRFont JRBaseScatterPlot.getXAxisTickLabelFont()
           
 JRFont JRBaseBubblePlot.getYAxisLabelFont()
           
 JRFont JRBaseScatterPlot.getYAxisLabelFont()
           
 JRFont JRBaseBubblePlot.getYAxisTickLabelFont()
           
 JRFont JRBaseScatterPlot.getYAxisTickLabelFont()
           
 

Uses of JRFont in net.sf.jasperreports.charts.design
 

Methods in net.sf.jasperreports.charts.design with parameters of type JRFont
 void JRDesignAreaPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
           
 void JRDesignBar3DPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
           
 void JRDesignBarPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
           
 void JRDesignLinePlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
           
 void JRDesignAreaPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
           
 void JRDesignBar3DPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
           
 void JRDesignBarPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
           
 void JRDesignLinePlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
           
 void JRDesignValueDisplay.setFont(JRFont font)
          Sets the font to use when displaying the value.
 void JRDesignCandlestickPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont)
           
 void JRDesignHighLowPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont)
           
 void JRDesignTimeSeriesPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont)
           
 void JRDesignCandlestickPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)
           
 void JRDesignHighLowPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)
           
 void JRDesignTimeSeriesPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)
           
 void JRDesignAreaPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignBar3DPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignBarPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignCandlestickPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignHighLowPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignLinePlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignTimeSeriesPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void JRDesignAreaPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignBar3DPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignBarPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignCandlestickPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignHighLowPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignLinePlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignTimeSeriesPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void JRDesignBubblePlot.setXAxisLabelFont(JRFont xAxisLabelFont)
           
 void JRDesignScatterPlot.setXAxisLabelFont(JRFont xAxisLabelFont)
           
 void JRDesignBubblePlot.setXAxisTickLabelFont(JRFont xAxisTickLabelFont)
           
 void JRDesignScatterPlot.setXAxisTickLabelFont(JRFont xAxisTickLabelFont)
           
 void JRDesignBubblePlot.setYAxisLabelFont(JRFont yAxisLabelFont)
           
 void JRDesignScatterPlot.setYAxisLabelFont(JRFont yAxisLabelFont)
           
 void JRDesignBubblePlot.setYAxisTickLabelFont(JRFont yAxisTickLabelFont)
           
 void JRDesignScatterPlot.setYAxisTickLabelFont(JRFont yAxisTickLabelFont)
           
 

Uses of JRFont in net.sf.jasperreports.charts.fill
 

Fields in net.sf.jasperreports.charts.fill declared as JRFont
protected  JRFont JRFillAreaPlot.categoryAxisLabelFont
           
protected  JRFont JRFillBar3DPlot.categoryAxisLabelFont
           
protected  JRFont JRFillBarPlot.categoryAxisLabelFont
           
protected  JRFont JRFillLinePlot.categoryAxisLabelFont
           
protected  JRFont JRFillAreaPlot.categoryAxisTickLabelFont
           
protected  JRFont JRFillBar3DPlot.categoryAxisTickLabelFont
           
protected  JRFont JRFillBarPlot.categoryAxisTickLabelFont
           
protected  JRFont JRFillLinePlot.categoryAxisTickLabelFont
           
protected  JRFont JRFillCandlestickPlot.timeAxisLabelFont
           
protected  JRFont JRFillHighLowPlot.timeAxisLabelFont
           
protected  JRFont JRFillTimeSeriesPlot.timeAxisLabelFont
           
protected  JRFont JRFillCandlestickPlot.timeAxisTickLabelFont
           
protected  JRFont JRFillHighLowPlot.timeAxisTickLabelFont
           
protected  JRFont JRFillTimeSeriesPlot.timeAxisTickLabelFont
           
protected  JRFont JRFillAreaPlot.valueAxisLabelFont
           
protected  JRFont JRFillBar3DPlot.valueAxisLabelFont
           
protected  JRFont JRFillBarPlot.valueAxisLabelFont
           
protected  JRFont JRFillCandlestickPlot.valueAxisLabelFont
           
protected  JRFont JRFillHighLowPlot.valueAxisLabelFont
           
protected  JRFont JRFillLinePlot.valueAxisLabelFont
           
protected  JRFont JRFillTimeSeriesPlot.valueAxisLabelFont
           
protected  JRFont JRFillAreaPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillBar3DPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillBarPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillCandlestickPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillHighLowPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillLinePlot.valueAxisTickLabelFont
           
protected  JRFont JRFillTimeSeriesPlot.valueAxisTickLabelFont
           
protected  JRFont JRFillBubblePlot.xAxisLabelFont
           
protected  JRFont JRFillScatterPlot.xAxisLabelFont
           
protected  JRFont JRFillBubblePlot.xAxisTickLabelFont
           
protected  JRFont JRFillScatterPlot.xAxisTickLabelFont
           
protected  JRFont JRFillBubblePlot.yAxisLabelFont
           
protected  JRFont JRFillScatterPlot.yAxisLabelFont
           
protected  JRFont JRFillBubblePlot.yAxisTickLabelFont
           
protected  JRFont JRFillScatterPlot.yAxisTickLabelFont
           
 

Methods in net.sf.jasperreports.charts.fill that return JRFont
 JRFont JRFillAreaPlot.getCategoryAxisLabelFont()
           
 JRFont JRFillBar3DPlot.getCategoryAxisLabelFont()
           
 JRFont JRFillBarPlot.getCategoryAxisLabelFont()
           
 JRFont JRFillLinePlot.getCategoryAxisLabelFont()
           
 JRFont JRFillAreaPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRFillBar3DPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRFillBarPlot.getCategoryAxisTickLabelFont()
           
 JRFont JRFillLinePlot.getCategoryAxisTickLabelFont()
           
 JRFont JRFillValueDisplay.getFont()
           
 JRFont JRFillCandlestickPlot.getTimeAxisLabelFont()
           
 JRFont JRFillHighLowPlot.getTimeAxisLabelFont()
           
 JRFont JRFillTimeSeriesPlot.getTimeAxisLabelFont()
           
 JRFont JRFillCandlestickPlot.getTimeAxisTickLabelFont()
           
 JRFont JRFillHighLowPlot.getTimeAxisTickLabelFont()
           
 JRFont JRFillTimeSeriesPlot.getTimeAxisTickLabelFont()
           
 JRFont JRFillAreaPlot.getValueAxisLabelFont()
           
 JRFont JRFillBar3DPlot.getValueAxisLabelFont()
           
 JRFont JRFillBarPlot.getValueAxisLabelFont()
           
 JRFont JRFillCandlestickPlot.getValueAxisLabelFont()
           
 JRFont JRFillHighLowPlot.getValueAxisLabelFont()
           
 JRFont JRFillLinePlot.getValueAxisLabelFont()
           
 JRFont JRFillTimeSeriesPlot.getValueAxisLabelFont()
           
 JRFont JRFillAreaPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillBar3DPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillBarPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillCandlestickPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillHighLowPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillLinePlot.getValueAxisTickLabelFont()
           
 JRFont JRFillTimeSeriesPlot.getValueAxisTickLabelFont()
           
 JRFont JRFillBubblePlot.getXAxisLabelFont()
           
 JRFont JRFillScatterPlot.getXAxisLabelFont()
           
 JRFont JRFillBubblePlot.getXAxisTickLabelFont()
           
 JRFont JRFillScatterPlot.getXAxisTickLabelFont()
           
 JRFont JRFillBubblePlot.getYAxisLabelFont()
           
 JRFont JRFillScatterPlot.getYAxisLabelFont()
           
 JRFont JRFillBubblePlot.getYAxisTickLabelFont()
           
 JRFont JRFillScatterPlot.getYAxisTickLabelFont()
           
 

Methods in net.sf.jasperreports.charts.fill with parameters of type JRFont
 void JRFillAreaPlot.setCategoryAxisLabelFont(JRFont font)
           
 void JRFillBar3DPlot.setCategoryAxisLabelFont(JRFont font)
           
 void JRFillBarPlot.setCategoryAxisLabelFont(JRFont font)
           
 void JRFillLinePlot.setCategoryAxisLabelFont(JRFont font)
           
 void JRFillAreaPlot.setCategoryAxisTickLabelFont(JRFont font)
           
 void JRFillBar3DPlot.setCategoryAxisTickLabelFont(JRFont font)
           
 void JRFillBarPlot.setCategoryAxisTickLabelFont(JRFont font)
           
 void JRFillLinePlot.setCategoryAxisTickLabelFont(JRFont font)
           
 void JRFillCandlestickPlot.setTimeAxisLabelFont(JRFont font)
           
 void JRFillHighLowPlot.setTimeAxisLabelFont(JRFont font)
           
 void JRFillTimeSeriesPlot.setTimeAxisLabelFont(JRFont font)
           
 void JRFillCandlestickPlot.setTimeAxisTickLabelFont(JRFont font)
           
 void JRFillHighLowPlot.setTimeAxisTickLabelFont(JRFont font)
           
 void JRFillTimeSeriesPlot.setTimeAxisTickLabelFont(JRFont font)
           
 void JRFillAreaPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillBar3DPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillBarPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillCandlestickPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillHighLowPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillLinePlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillTimeSeriesPlot.setValueAxisLabelFont(JRFont font)
           
 void JRFillAreaPlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillBar3DPlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillBarPlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillCandlestickPlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillHighLowPlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillLinePlot.setValueAxisTickLabelFont(JRFont font)
           
 void JRFillTimeSeriesPlot.setValueAxisTickLabelFont(JRFont font)
           
 

Uses of JRFont in net.sf.jasperreports.charts.util
 

Fields in net.sf.jasperreports.charts.util declared as JRFont
protected  JRFont JRAxisFormat.labelFont
          The font to use when writing the label of the axis.
protected  JRFont JRAxisFormat.tickLabelFont
          The font to use when writing the label of each tick mark.
 

Methods in net.sf.jasperreports.charts.util that return JRFont
 JRFont JRAxisFormat.getLabelFont()
          Returns the font used when writing the label of the axis.
 JRFont JRAxisFormat.getTickLabelFont()
          Returns the font used when writing the label of each tick mark.
 

Methods in net.sf.jasperreports.charts.util with parameters of type JRFont
 void JRAxisFormat.setLabelFont(JRFont labelFont)
          Sets the font used when writing the label of the axis.
 void JRAxisFormat.setTickLabelFont(JRFont tickLabelFont)
          Sets the font to use when writing the label of each tick mark.
 

Uses of JRFont in net.sf.jasperreports.engine
 

Subinterfaces of JRFont in net.sf.jasperreports.engine
 interface JRPrintText
           
 interface JRReportFont
          An abstract representation of a report level font.
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRTextElement
          An abstract representation of a report text element.
 interface JRTextField
          An abstract representation of a report static text.
 

Methods in net.sf.jasperreports.engine that return JRFont
 JRFont JRPrintText.getFont()
          Deprecated.  
 JRFont JRTextElement.getFont()
          Deprecated.  
 JRFont JRChart.getLegendFont()
           
 JRFont JRChart.getSubtitleFont()
           
 JRFont JRChart.getTitleFont()
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRFont
 void JRPrintText.setFont(JRFont font)
          Deprecated.  
 

Uses of JRFont in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRFont
 class JRBaseFont
           
 class JRBasePrintText
           
 class JRBaseReportFont
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
 

Fields in net.sf.jasperreports.engine.base declared as JRFont
protected  JRFont JRBaseChart.legendFont
           
protected  JRFont JRBaseChart.subtitleFont
           
protected  JRFont JRBaseChart.titleFont
           
 

Methods in net.sf.jasperreports.engine.base that return JRFont
protected  JRFont JRBaseTextElement.getBaseFont()
           
 JRFont JRBasePrintText.getFont()
          Deprecated.  
 JRFont JRBaseTextElement.getFont()
          Deprecated.  
 JRFont JRBaseChart.getLegendFont()
           
 JRFont JRBaseChart.getSubtitleFont()
           
 JRFont JRBaseChart.getTitleFont()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRFont
 void JRBasePrintText.setFont(JRFont font)
          Deprecated.  
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRFont
JRBaseFont(JRDefaultFontProvider defaultFontProvider, JRReportFont reportFont, JRFont font)
           
JRBaseFont(JRDefaultFontProvider defaultFontProvider, JRReportFont reportFont, JRStyleContainer styleContainer, JRFont font)
           
 

Uses of JRFont in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRFont
 class JRDesignFont
           
 class JRDesignReportFont
           
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

Fields in net.sf.jasperreports.engine.design declared as JRFont
protected  JRFont JRDesignChart.legendFont
           
protected  JRFont JRDesignChart.subtitleFont
           
protected  JRFont JRDesignChart.titleFont
           
 

Methods in net.sf.jasperreports.engine.design that return JRFont
protected  JRFont JRDesignTextElement.getBaseFont()
           
 JRFont JRDesignTextElement.getFont()
          Deprecated.  
 JRFont JRDesignChart.getLegendFont()
           
 JRFont JRDesignChart.getSubtitleFont()
           
 JRFont JRDesignChart.getTitleFont()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRFont
 void JRDesignTextElement.setFont(JRFont font)
          Deprecated.  
 void JRDesignChart.setLegendFont(JRFont legendFont)
           
 void JRDesignChart.setSubtitleFont(JRFont font)
           
 void JRDesignChart.setTitleFont(JRFont font)
           
 

Uses of JRFont in net.sf.jasperreports.engine.export
 

Fields in net.sf.jasperreports.engine.export declared as JRFont
protected  JRFont JRXlsAbstractExporter.defaultFont
           
 

Methods in net.sf.jasperreports.engine.export that return JRFont
protected  JRFont JRXlsAbstractExporter.getDefaultFont()
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRFont
protected  void JRXmlExporter.exportFont(JRFont font)
           
protected  HSSFFont JRXlsExporter.getLoadedFont(JRFont font, short forecolor)
           
 

Uses of JRFont in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRFont
 class JRFillStaticText
           
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintText
           
 class JRTemplateText
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRFont
protected  JRFont JRFillChart.legendFont
           
protected  JRFont JRFillChart.subtitleFont
           
protected  JRFont JRFillChart.titleFont
           
 

Methods in net.sf.jasperreports.engine.fill that return JRFont
protected  JRFont JRTemplateText.getBaseFont()
           
 JRFont JRFillTextElement.getFont()
          Deprecated.  
 JRFont JRTemplatePrintText.getFont()
          Deprecated.  
 JRFont JRTemplateText.getFont()
          Deprecated.  
 JRFont JRFillChart.getLegendFont()
          Returns the font to use in the legend.
 JRFont JRFillChart.getSubtitleFont()
           
 JRFont JRFillChart.getTitleFont()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFont
 void JRTemplatePrintText.setFont(JRFont font)
          Deprecated.  
 

Uses of JRFont in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRFont
static java.util.Map JRFontUtil.getAttributes(JRFont font)
           
static java.lang.String JRStyleResolver.getFontName(JRFont font)
           
static int JRStyleResolver.getFontSize(JRFont font)
           
static java.util.Map JRFontUtil.getNonPdfAttributes(JRFont font)
           
static java.lang.String JRStyleResolver.getPdfEncoding(JRFont font)
           
static java.lang.String JRStyleResolver.getPdfFontName(JRFont font)
           
static boolean JRStyleResolver.isBold(JRFont font)
           
static boolean JRStyleResolver.isItalic(JRFont font)
           
static boolean JRStyleResolver.isPdfEmbedded(JRFont font)
           
static boolean JRStyleResolver.isStrikeThrough(JRFont font)
           
static boolean JRStyleResolver.isUnderline(JRFont font)
           
static java.util.Map JRFontUtil.setAttributes(java.util.Map attributes, JRFont font)
           
 

Uses of JRFont in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml that return JRFont
abstract  JRFont JRFontFactory.getFont()
           
 JRFont JRFontFactory.TextElementFontFactory.getFont()
           
 JRFont JRFontFactory.ChartFontFactory.getFont()
           
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRFont
 void JRXmlWriter.writeAxisFormat(java.lang.String axisFormatElementName, JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.awt.Color axisLineColor)
          Writes out the axis format block for a chart axis.
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com