Uses of Class
ar.com.fdvs.dj.domain.constants.Font

Packages that use Font
ar.com.fdvs.dj.core   
ar.com.fdvs.dj.domain   
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.chart   
ar.com.fdvs.dj.domain.chart.builder   
ar.com.fdvs.dj.domain.chart.plot   
ar.com.fdvs.dj.domain.constants   
 

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
 

Fields in ar.com.fdvs.dj.domain.constants declared as Font
static Font Font.ARIAL_BIG
           
static Font Font.ARIAL_BIG_BOLD
           
static Font Font.ARIAL_MEDIUM
           
static Font Font.ARIAL_MEDIUM_BOLD
           
static Font Font.ARIAL_SMALL
           
static Font Font.ARIAL_SMALL_BOLD
           
static Font Font.COMIC_SANS_BIG
           
static Font Font.COMIC_SANS_BIG_BOLD
           
static Font Font.COMIC_SANS_MEDIUM
           
static Font Font.COMIC_SANS_MEDIUM_BOLD
           
static Font Font.COMIC_SANS_SMALL
           
static Font Font.COMIC_SANS_SMALL_BOLD
           
static Font Font.COURIER_NEW_BIG
           
static Font Font.COURIER_NEW_BIG_BOLD
           
static Font Font.COURIER_NEW_MEDIUM
           
static Font Font.COURIER_NEW_MEDIUM_BOLD
           
static Font Font.COURIER_NEW_SMALL
           
static Font Font.COURIER_NEW_SMALL_BOLD
           
static Font Font.GEORGIA_BIG
           
static Font Font.GEORGIA_BIG_BOLD
           
static Font Font.GEORGIA_MEDIUM
           
static Font Font.GEORGIA_MEDIUM_BOLD
           
static Font Font.GEORGIA_SMALL
           
static Font Font.GEORGIA_SMALL_BOLD
           
static Font Font.TIMES_NEW_ROMAN_BIG
           
static Font Font.TIMES_NEW_ROMAN_BIG_BOLD
           
static Font Font.TIMES_NEW_ROMAN_MEDIUM
           
static Font Font.TIMES_NEW_ROMAN_MEDIUM_BOLD
           
static Font Font.TIMES_NEW_ROMAN_SMALL
           
static Font Font.TIMES_NEW_ROMAN_SMALL_BOLD
           
static Font Font.VERDANA_BIG
           
static Font Font.VERDANA_BIG_BOLD
           
static Font Font.VERDANA_MEDIUM
           
static Font Font.VERDANA_MEDIUM_BOLD
           
static Font Font.VERDANA_SMALL
           
static Font Font.VERDANA_SMALL_BOLD
           
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.