Uses of Interface
net.sf.jasperreports.engine.JRFont
-
Packages that use JRFont Package Description 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 customization.net.sf.jasperreports.chartthemes.simple net.sf.jasperreports.chartthemes.simple.handlers net.sf.jasperreports.chartthemes.spring net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.sort net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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 such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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.fonts Provides support for font extensions.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.poi.export -
-
Uses of JRFont in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRFont Modifier and Type Method Description JRFont
JRCategoryAxisFormat. getCategoryAxisLabelFont()
JRFont
JRCategoryAxisFormat. getCategoryAxisTickLabelFont()
JRFont
JRItemLabel. getFont()
JRFont
JRValueDisplay. getFont()
Returns the font to use when writing the value.JRFont
JRChart. getLegendFont()
JRFont
JRChart. getSubtitleFont()
JRFont
JRMeterPlot. getTickLabelFont()
Returns the font used to write tick labels on the meter.JRFont
JRTimeAxisFormat. getTimeAxisLabelFont()
JRFont
JRTimeAxisFormat. getTimeAxisTickLabelFont()
JRFont
JRChart. getTitleFont()
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 Modifier and Type Field Description protected JRFont
JRBaseAreaPlot. categoryAxisLabelFont
protected JRFont
JRBaseBarPlot. categoryAxisLabelFont
protected JRFont
JRBaseLinePlot. categoryAxisLabelFont
protected JRFont
JRBaseAreaPlot. categoryAxisTickLabelFont
protected JRFont
JRBaseBarPlot. categoryAxisTickLabelFont
protected JRFont
JRBaseLinePlot. categoryAxisTickLabelFont
protected JRFont
JRBaseItemLabel. font
The item label text font.protected JRFont
JRBaseValueDisplay. font
The font to use when writing the value.protected JRFont
JRBaseChart. legendFont
protected JRFont
JRBaseChart. subtitleFont
protected JRFont
JRBaseMeterPlot. tickLabelFont
The font to use when writing tick labels.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
JRBaseChart. titleFont
protected JRFont
JRBaseAreaPlot. 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
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
-
Uses of JRFont in net.sf.jasperreports.charts.design
Fields in net.sf.jasperreports.charts.design declared as JRFont Modifier and Type Field Description protected JRFont
JRDesignChart. legendFont
protected JRFont
JRDesignChart. subtitleFont
protected JRFont
JRDesignChart. titleFont
Methods in net.sf.jasperreports.charts.design that return JRFont Modifier and Type Method Description JRFont
JRDesignChart. getLegendFont()
JRFont
JRDesignChart. getSubtitleFont()
JRFont
JRDesignChart. getTitleFont()
Methods in net.sf.jasperreports.charts.design with parameters of type JRFont Modifier and Type Method Description void
JRDesignAreaPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
void
JRDesignBar3DPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
Deprecated.void
JRDesignBarPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
void
JRDesignLinePlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
void
JRDesignAreaPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
void
JRDesignBar3DPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
Deprecated.void
JRDesignBarPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
void
JRDesignLinePlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
void
JRDesignItemLabel. setFont(JRFont font)
Sets the font to use when displaying the value.void
JRDesignValueDisplay. setFont(JRFont font)
Sets the font to use when displaying the value.void
JRDesignChart. setLegendFont(JRFont legendFont)
void
JRDesignChart. setSubtitleFont(JRFont font)
void
JRDesignMeterPlot. setTickLabelFont(JRFont tickLabelFont)
Sets the font to use when displaying the tick label.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
JRDesignChart. setTitleFont(JRFont font)
void
JRDesignAreaPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)
void
JRDesignBar3DPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)
Deprecated.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)
Deprecated.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 Modifier and Type Field Description protected JRFont
JRFillAreaPlot. categoryAxisLabelFont
protected JRFont
JRFillBarPlot. categoryAxisLabelFont
protected JRFont
JRFillLinePlot. categoryAxisLabelFont
protected JRFont
JRFillAreaPlot. categoryAxisTickLabelFont
protected JRFont
JRFillBarPlot. categoryAxisTickLabelFont
protected JRFont
JRFillLinePlot. categoryAxisTickLabelFont
protected JRFont
JRFillChart. legendFont
protected JRFont
JRFillChart. subtitleFont
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
JRFillChart. titleFont
protected JRFont
JRFillAreaPlot. 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
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 with parameters of type JRFont Modifier and Type Method Description protected void
DefaultChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Color lineColor, boolean isRangeAxis, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.protected JRFont
DefaultChartTheme. getFont(JRFont font)
-
Uses of JRFont in net.sf.jasperreports.charts.util
Fields in net.sf.jasperreports.charts.util declared as JRFont Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.void
ChartsApiWriter. writeAxisFormat(String indent, JRFont axisLabelFont, Color axisLabelColor, JRFont axisTickLabelFont, Color axisTickLabelColor, String axisTickLabelMask, Boolean axisVerticalTickLabels, Color axisLineColor, String parentName, String axisNameSuffix, boolean isToSet)
Writes out the axis format block for a chart axis.void
ChartsApiWriter. writeCategoryAxisFormat(String indent, JRFont axisLabelFont, Color axisLabelColor, JRFont axisTickLabelFont, Color axisTickLabelColor, String axisTickLabelMask, Boolean axisVerticalTickLabels, Double labelRotation, Color axisLineColor, String parentName)
Writes out the category axis format block. -
Uses of JRFont in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return JRFont Modifier and Type Method Description JRFont
PlotSettings. getDisplayFont()
JRFont
ChartSettings. getFont()
JRFont
LegendSettings. getFont()
protected JRFont
SimpleChartTheme. getFont(JRFont font)
JRFont
TitleSettings. getFont()
JRFont
AxisSettings. getLabelFont()
JRFont
AxisSettings. getTickLabelFont()
JRFont
PlotSettings. getTickLabelFont()
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type JRFont Modifier and Type Method Description protected void
SimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.protected void
SimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriod, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.protected JRFont
SimpleChartTheme. getFont(JRFont font)
protected void
SimpleChartTheme. handleTitleSettings(org.jfree.chart.title.TextTitle title, TitleSettings titleSettings, JRFont titleFont, Paint titleForegroundPaint, org.jfree.chart.ui.RectangleEdge titleEdge)
protected void
SimpleChartTheme. setAxisLabel(org.jfree.chart.axis.Axis axis, JRFont labelFont, Paint labelColor, AxisSettings axisSettings)
protected void
SimpleChartTheme. setAxisTickLabels(org.jfree.chart.axis.Axis axis, JRFont tickLabelFont, Paint tickLabelColor, String tickLabelMask, AxisSettings axisSettings)
void
PlotSettings. setDisplayFont(JRFont displayFont)
void
ChartSettings. setFont(JRFont font)
void
LegendSettings. setFont(JRFont font)
void
TitleSettings. setFont(JRFont font)
void
AxisSettings. setLabelFont(JRFont labelFont)
void
AxisSettings. setTickLabelFont(JRFont tickLabelFont)
void
PlotSettings. setTickLabelFont(JRFont tickLabelFont)
-
Uses of JRFont in net.sf.jasperreports.chartthemes.simple.handlers
Methods in net.sf.jasperreports.chartthemes.simple.handlers that return JRFont Modifier and Type Method Description JRFont
JRFontDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in net.sf.jasperreports.chartthemes.simple.handlers with parameters of type JRFont Modifier and Type Method Description void
JRFontSerializer. serialize(JRFont value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in net.sf.jasperreports.chartthemes.simple.handlers with type arguments of type JRFont Constructor Description JRFontSerializer(Class<JRFont> vc)
-
Uses of JRFont in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring that return JRFont Modifier and Type Method Description protected JRFont
GenericChartTheme. getFont(JRFont font)
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type JRFont Modifier and Type Method Description protected void
GenericChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, boolean isRangeAxis, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.static int
ChartThemesUtilities. getAwtFontStyle(JRFont font, int defaultBoldStyle, int defaultItalicStyle)
protected JRFont
GenericChartTheme. getFont(JRFont font)
protected Font
GenericChartTheme. getFont(JRFont themeFont, JRFont ownFont, Integer baseFontSize)
protected void
GenericChartTheme. setAxisLabel(org.jfree.chart.axis.Axis axis, JRFont labelFont, Paint labelColor, Integer baseFontSize)
protected void
GenericChartTheme. setAxisTickLabels(org.jfree.chart.axis.Axis axis, JRFont tickLabelFont, Paint tickLabelColor, String tickLabelMask, Integer baseFontSize)
-
Uses of JRFont in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts that return JRFont Modifier and Type Method Description JRFont
ChartSettings. getLegendFont()
JRFont
FillChartSettings. getLegendFont()
JRFont
ChartSettings. getSubtitleFont()
JRFont
FillChartSettings. getSubtitleFont()
JRFont
ChartSettings. getTitleFont()
JRFont
FillChartSettings. getTitleFont()
-
Uses of JRFont in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return JRFont Modifier and Type Method Description JRFont
SortComponent. getSymbolFont()
Methods in net.sf.jasperreports.components.sort with parameters of type JRFont Modifier and Type Method Description void
SortComponent. setSymbolFont(JRFont symbolFont)
-
Uses of JRFont in net.sf.jasperreports.components.spiderchart
Fields in net.sf.jasperreports.components.spiderchart declared as JRFont Modifier and Type Field Description protected JRFont
StandardSpiderPlot. labelFont
protected JRFont
StandardChartSettings. legendFont
protected JRFont
StandardChartSettings. subtitleFont
protected JRFont
StandardChartSettings. titleFont
Methods in net.sf.jasperreports.components.spiderchart that return JRFont Modifier and Type Method Description JRFont
FillSpiderPlot. getLabelFont()
JRFont
SpiderPlot. getLabelFont()
JRFont
StandardSpiderPlot. getLabelFont()
JRFont
StandardChartSettings. getLegendFont()
JRFont
StandardChartSettings. getSubtitleFont()
JRFont
StandardChartSettings. getTitleFont()
Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFont Modifier and Type Method Description void
StandardSpiderPlot. setLabelFont(JRFont labelFont)
void
StandardChartSettings. setLegendFont(JRFont legendFont)
void
StandardChartSettings. setSubtitleFont(JRFont subtitleFont)
void
StandardChartSettings. setTitleFont(JRFont titleFont)
-
Uses of JRFont in net.sf.jasperreports.engine
Subinterfaces of JRFont in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRPrintText
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 text.Methods in net.sf.jasperreports.engine that return JRFont Modifier and Type Method Description JRFont
JRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font)
Methods in net.sf.jasperreports.engine with parameters of type JRFont Modifier and Type Method Description JRFont
JRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font)
-
Uses of JRFont in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRFont Modifier and Type Class Description class
JRBaseFont
class
JRBasePrintText
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.Methods in net.sf.jasperreports.engine.base with parameters of type JRFont Modifier and Type Method Description void
JRBasePrintText. setFont(JRFont font)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRFont Constructor Description JRBaseFont(JRStyleContainer styleContainer, JRFont font)
JRBaseFont(JRStyleContainer styleContainer, JRFont font, JRAbstractObjectFactory factory)
-
Uses of JRFont in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRFont Modifier and Type Class Description class
JRDesignFont
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
-
Uses of JRFont in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRFont Modifier and Type Field Description protected JRFont
ExcelAbstractExporter. defaultFont
Methods in net.sf.jasperreports.engine.export that return JRFont Modifier and Type Method Description protected JRFont
ExcelAbstractExporter. getDefaultFont()
Methods in net.sf.jasperreports.engine.export with parameters of type JRFont Modifier and Type Method Description protected void
JRXmlExporter. exportFont(JRFont font)
-
Uses of JRFont in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRFont Modifier and Type Method Description protected String
XlsxFontHelper. exportFont(JRFont font, Locale locale)
-
Uses of JRFont in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFont Modifier and Type Class Description class
JRFillStaticText
class
JRFillTextElement
class
JRFillTextField
class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
JRTemplateText
Text element information shared by multiple print text objects. -
Uses of JRFont in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts with parameters of type JRFont Modifier and Type Method Description static void
FontUtil. copyNonNullOwnProperties(JRFont srcFont, JRFont destFont)
Map<AttributedCharacterIterator.Attribute,Object>
FontUtil. getAttributesWithoutAwtFont(Map<AttributedCharacterIterator.Attribute,Object> attributes, JRFont font)
Font
FontUtil. getAwtFont(JRFont font, Locale locale)
Returns a java.awt.Font instance by converting a JRFont instance. -
Uses of JRFont in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRFont Modifier and Type Method Description String
StyleResolver. getFontName(JRFont font)
float
StyleResolver. getFontSize(JRFont font)
String
StyleResolver. getPdfEncoding(JRFont font)
String
StyleResolver. getPdfFontName(JRFont font)
boolean
StyleResolver. isBold(JRFont font)
boolean
StyleResolver. isItalic(JRFont font)
boolean
StyleResolver. isPdfEmbedded(JRFont font)
boolean
StyleResolver. isStrikeThrough(JRFont font)
boolean
StyleResolver. isUnderline(JRFont font)
void
JRApiWriter. writeFont(JRFont font, String fontHolderName)
-
Uses of JRFont in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRFont Modifier and Type Method Description protected org.apache.poi.hssf.usermodel.HSSFFont
JRXlsExporter. getLoadedFont(JRFont font, short forecolor, Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale)
protected org.apache.poi.hssf.usermodel.HSSFFont
JRXlsMetadataExporter. getLoadedFont(JRFont font, short forecolor, Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale)
protected org.apache.poi.hssf.usermodel.HSSFRichTextString
JRXlsExporter. getRichTextString(JRStyledText styledText, short forecolor, JRFont defaultFont, Locale locale)
protected org.apache.poi.hssf.usermodel.HSSFRichTextString
JRXlsMetadataExporter. getRichTextString(JRStyledText styledText, short forecolor, JRFont defaultFont, Locale locale)
protected void
JRXlsExporter. setRichTextStringCellValue(JRStyledText styledText, short forecolor, JRFont defaultFont, Locale locale)
-