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

Packages that use Surface
com.sencha.gxt.chart.client.draw   
com.sencha.gxt.chart.client.draw.engine   
com.sencha.gxt.chart.client.draw.sprite   
 

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

Methods in com.sencha.gxt.chart.client.draw that return Surface
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.
 Surface DrawComponent.getSurface()
          Returns the Surface.
 

Uses of Surface in com.sencha.gxt.chart.client.draw.engine
 

Subclasses of Surface in com.sencha.gxt.chart.client.draw.engine
 class SVG
          Provides specific methods to draw with SVG.
 class VML
          Provides specific methods to draw with VML.
 

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

Methods in com.sencha.gxt.chart.client.draw.sprite that return Surface
 Surface SpriteList.getSurface()
          Returns the surface that the composite is attached.
 Surface Sprite.getSurface()
          Returns the sprite's surface.
 

Methods in com.sencha.gxt.chart.client.draw.sprite with parameters of type Surface
 void SpriteList.setSurface(Surface surface)
          Sets the surface that the composite is attached.
 void Sprite.setSurface(Surface surface)
          Sets the sprite's surface.
 



Copyright © 2011. All Rights Reserved.