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

Packages that use Title
com.googlecode.wickedcharts.highcharts.options   
 

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

Methods in com.googlecode.wickedcharts.highcharts.options that return Title
 Title Options.getSubtitle()
           
 Title Options.getTitle()
           
 Title Axis.getTitle()
           
 Title Title.setAlign(HorizontalAlignment align)
           
 Title Title.setEnabled(Boolean enabled)
           
 Title Title.setFloating(Boolean floating)
           
 Title Title.setMargin(Integer margin)
           
 Title Title.setOffset(Integer offset)
           
 Title Title.setRotation(Integer rotation)
           
 Title Title.setStyle(CssStyle style)
           
 Title Title.setText(String text)
           
 Title Title.setVerticalAlign(VerticalAlignment verticalAlign)
           
 Title Title.setX(Integer x)
           
 Title Title.setY(Integer y)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Title
 Options Options.setSubtitle(Title subtitle)
           
 Options Options.setTitle(Title title)
           
 Axis Axis.setTitle(Title title)
           
 



Copyright © 2013. All Rights Reserved.