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.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.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-2009 FDV Solutions. All Rights Reserved.