|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Font in ar.com.fdvs.dj.core |
---|
Methods in ar.com.fdvs.dj.core with parameters of type Font | |
---|---|
static int |
FontHelper.getHeightFor(Font font)
Calculates the minium height needed for the specified font and size. |
static int |
FontHelper.getWidthFor(Font font,
java.lang.String text)
|
Uses of Font in ar.com.fdvs.dj.domain |
---|
Methods in ar.com.fdvs.dj.domain that return Font | |
---|---|
Font |
Style.getFont()
|
Methods in ar.com.fdvs.dj.domain with parameters of type Font | |
---|---|
void |
Style.setFont(Font font)
|
Uses of Font in ar.com.fdvs.dj.domain.builders |
---|
Methods in ar.com.fdvs.dj.domain.builders with parameters of type Font | |
---|---|
StyleBuilder |
StyleBuilder.setFont(Font font)
|
Uses of Font in ar.com.fdvs.dj.domain.chart |
---|
Methods in ar.com.fdvs.dj.domain.chart that return Font | |
---|---|
Font |
DJChartOptions.getLegendFont()
Returns the legend font. |
Font |
DJChartOptions.getSubtitleFont()
Returns the subtitle font. |
Font |
DJChartOptions.getTitleFont()
Returns the title font. |
Methods in ar.com.fdvs.dj.domain.chart with parameters of type Font | |
---|---|
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. |
Uses of Font in ar.com.fdvs.dj.domain.chart.builder |
---|
Methods in ar.com.fdvs.dj.domain.chart.builder with parameters of type Font | |
---|---|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendFont(Font legendFont)
Sets the legend font. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setLegendFont(Font legendFont)
Sets the legend font. |
DJLineChartBuilder |
DJLineChartBuilder.setLegendFont(Font legendFont)
Sets the legend font. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.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. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.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. |
DJScatterChartBuilder |
DJScatterChartBuilder.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. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJLineChartBuilder |
DJLineChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.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. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.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. |
DJScatterChartBuilder |
DJScatterChartBuilder.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. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitleFont(Font titleFont)
Sets the title font. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setTitleFont(Font titleFont)
Sets the title font. |
DJLineChartBuilder |
DJLineChartBuilder.setTitleFont(Font titleFont)
Sets the title font. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.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. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.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. |
DJScatterChartBuilder |
DJScatterChartBuilder.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. |
Uses of Font in ar.com.fdvs.dj.domain.chart.plot |
---|
Methods in ar.com.fdvs.dj.domain.chart.plot that return Font | |
---|---|
Font |
DJAxisFormat.getLabelFont()
Returns the label font. |
Font |
DJAxisFormat.getTickLabelFont()
Returns the tick label font. |
Methods in ar.com.fdvs.dj.domain.chart.plot with parameters of type Font | |
---|---|
void |
DJAxisFormat.setLabelFont(Font labelFont)
Sets the label font. |
void |
DJAxisFormat.setTickLabelFont(Font tickLabelFont)
Sets the tick label font. |
Uses of Font in ar.com.fdvs.dj.domain.constants |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |