Uses of Class
com.sencha.gxt.chart.client.draw.DrawComponent

Packages that use DrawComponent
com.sencha.gxt.chart.client.chart   
com.sencha.gxt.chart.client.draw   
com.sencha.gxt.chart.client.draw.sprite   
 

Uses of DrawComponent in com.sencha.gxt.chart.client.chart
 

Subclasses of DrawComponent in com.sencha.gxt.chart.client.chart
 class Chart<M>
          The Chart package provides the capability to visualize data.
 

Uses of DrawComponent in com.sencha.gxt.chart.client.draw
 

Methods in com.sencha.gxt.chart.client.draw that return DrawComponent
 DrawComponent Surface.getComponent()
          Returns the draw component that the surface is attached.
 

Methods in com.sencha.gxt.chart.client.draw with parameters of type DrawComponent
static Surface Surface.create(DrawComponent component)
          Instantiates a surface instance via deferred binding.
static Surface Surface.create(DrawComponent component, int width, int height)
          Instantiates a surface instance via deferred binding.
 

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

Methods in com.sencha.gxt.chart.client.draw.sprite that return DrawComponent
 DrawComponent Sprite.getComponent()
          Returns the draw component that the sprite is attached.
 

Methods in com.sencha.gxt.chart.client.draw.sprite with parameters of type DrawComponent
 void Sprite.setComponent(DrawComponent component)
          Sets the draw component that the sprite is attached.
 



Copyright © 2011. All Rights Reserved.