Modifier and Type | Method and Description |
---|---|
static int |
FontHelper.getHeightFor(Font font)
Calculates the minium height needed for the specified font and size.
|
static int |
FontHelper.getWidthFor(Font font,
String text) |
Modifier and Type | Method and Description |
---|---|
Font |
Style.getFont() |
Font |
DJWaterMark.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
Style.setFont(Font font) |
Constructor and Description |
---|
DJWaterMark(String text,
Font font,
Color textColor,
int angle) |
Modifier and Type | Method and Description |
---|---|
DynamicReportBuilder |
DynamicReportBuilder.addWatermark(String text,
Font font,
Color color,
int angle) |
StyleBuilder |
StyleBuilder.setFont(Font font) |
Modifier and Type | Method and Description |
---|---|
Font |
DJChartOptions.getLegendFont()
Returns the legend font.
|
Font |
DJChartOptions.getSubtitleFont()
Returns the subtitle font.
|
Font |
DJChartOptions.getTitleFont()
Returns the title font.
|
Modifier and Type | Method and Description |
---|---|
void |
DJChartOptions.setLegendFont(Font legendFont)
Sets the legend font.
|
void |
DJChartOptions.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
void |
DJChartOptions.setTitleFont(Font titleFont)
Sets the title font.
|
Modifier and Type | Method and Description |
---|---|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJPieChartBuilder |
DJPieChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJLineChartBuilder |
DJLineChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJBarChartBuilder |
DJBarChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
abstract T |
AbstractChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJPieChartBuilder |
DJPieChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJLineChartBuilder |
DJLineChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJBarChartBuilder |
DJBarChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
abstract T |
AbstractChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJPieChartBuilder |
DJPieChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJLineChartBuilder |
DJLineChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJBarChartBuilder |
DJBarChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
abstract T |
AbstractChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
Modifier and Type | Method and Description |
---|---|
Font |
DJAxisFormat.getLabelFont()
Returns the label font.
|
Font |
DJAxisFormat.getTickLabelFont()
Returns the tick label font.
|
Modifier and Type | Method and Description |
---|---|
void |
DJAxisFormat.setLabelFont(Font labelFont)
Sets the label font.
|
void |
DJAxisFormat.setTickLabelFont(Font tickLabelFont)
Sets the tick label font.
|
Copyright © 2006–2015 FDV Solutions. All rights reserved.