Uses of Class
com.sencha.gxt.chart.client.draw.sprite.TextSprite

Packages that use TextSprite
com.sencha.gxt.chart.client.chart.axis   
com.sencha.gxt.chart.client.draw.path   
com.sencha.gxt.chart.client.draw.sprite   
 

Uses of TextSprite in com.sencha.gxt.chart.client.chart.axis
 

Methods in com.sencha.gxt.chart.client.chart.axis that return TextSprite
 TextSprite Axis.getLabelConfig()
          Returns the configuration for labels on the axis.
 TextSprite RadialAxis.getScaleConfig()
          Returns the configuration for labels on the numeric scale.
 TextSprite Axis.getTitleConfig()
          Returns the configuration of the title.
 

Methods in com.sencha.gxt.chart.client.chart.axis with parameters of type TextSprite
 void Axis.setLabelConfig(TextSprite labelConfig)
          Sets the configuration for labels on the axis.
 void RadialAxis.setScaleConfig(TextSprite scaleConfig)
          Sets the configuration for labels on the numeric scale.
 void Axis.setTitleConfig(TextSprite titleConfig)
          Sets the configuration of the title.
 

Uses of TextSprite in com.sencha.gxt.chart.client.draw.path
 

Constructors in com.sencha.gxt.chart.client.draw.path with parameters of type TextSprite
PathSprite(TextSprite sprite)
          Creates a path sprite by converting the given TextSprite.
 

Uses of TextSprite in com.sencha.gxt.chart.client.draw.sprite
 

Methods in com.sencha.gxt.chart.client.draw.sprite that return TextSprite
 TextSprite TextSprite.copy()
           
 

Constructors in com.sencha.gxt.chart.client.draw.sprite with parameters of type TextSprite
TextSprite(TextSprite sprite)
          Creates a copy of the given text sprite.
 



Copyright © 2011. All Rights Reserved.