Uses of Class
com.googlecode.wickedcharts.highcharts.options.LanguageOptions

Packages that use LanguageOptions
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.theme   
 

Uses of LanguageOptions in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return LanguageOptions
static LanguageOptions LanguageOptions.forLocale(Locale locale)
          Returns the LanguageOptions for the specified locale.
 LanguageOptions LanguageOptions.setDecimalPoint(String decimalPoint)
           
 LanguageOptions LanguageOptions.setDownloadJPEG(String downloadJPEG)
           
 LanguageOptions LanguageOptions.setDownloadPDF(String downloadPDF)
           
 LanguageOptions LanguageOptions.setDownloadPNG(String downloadPNG)
           
 LanguageOptions LanguageOptions.setDownloadSVG(String downloadSVG)
           
 LanguageOptions LanguageOptions.setExportButtonTitle(String exportButtonTitle)
           
 LanguageOptions LanguageOptions.setLoading(String loading)
           
 LanguageOptions LanguageOptions.setMonths(List<String> months)
           
 LanguageOptions LanguageOptions.setPrintButtonTitle(String printButtonTitle)
           
 LanguageOptions LanguageOptions.setResetZoom(String resetZoom)
           
 LanguageOptions LanguageOptions.setResetZoomTitle(String resetZoomTitle)
           
 LanguageOptions LanguageOptions.setShortMonths(List<String> shortMonths)
           
 LanguageOptions LanguageOptions.setThousandsSep(String thousandsSep)
           
 LanguageOptions LanguageOptions.setWeekdays(List<String> weekdays)
           
 

Uses of LanguageOptions in com.googlecode.wickedcharts.highcharts.theme
 

Methods in com.googlecode.wickedcharts.highcharts.theme that return LanguageOptions
 LanguageOptions Theme.getLang()
           
 

Methods in com.googlecode.wickedcharts.highcharts.theme with parameters of type LanguageOptions
 Theme Theme.setLang(LanguageOptions lang)
           
 



Copyright © 2013. All Rights Reserved.