Uses of Class
org.pentaho.chart.model.StyledText

Packages that use StyledText
org.pentaho.chart.model   
org.pentaho.chart.plugin.openflashchart   
 

Uses of StyledText in org.pentaho.chart.model
 

Subclasses of StyledText in org.pentaho.chart.model
 class ChartTitle
          The Chart Title appears prominently on the chart to give succinct explanation of the chart.
 

Methods in org.pentaho.chart.model that return StyledText
 StyledText DialPlot.getAnnotation()
           
 StyledText Axis.getLegend()
           
 StyledText ChartModel.getSubtitle()
           
 

Methods in org.pentaho.chart.model that return types with arguments of type StyledText
 List<StyledText> ChartModel.getSubtitles()
           
 

Methods in org.pentaho.chart.model with parameters of type StyledText
 void DialPlot.setAnnotation(StyledText annotation)
           
 void Axis.setLegend(StyledText legend)
           
 void ChartModel.setSubtitle(StyledText title)
           
 

Method parameters in org.pentaho.chart.model with type arguments of type StyledText
 void ChartModel.setSubtitles(List<StyledText> subtitles)
           
 

Uses of StyledText in org.pentaho.chart.plugin.openflashchart
 

Methods in org.pentaho.chart.plugin.openflashchart with parameters of type StyledText
 ofc4j.model.Text OpenFlashChartFactoryEngine.getText(StyledText styledText)