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

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

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

Methods in com.sencha.gxt.chart.client.draw that return Matrix
 Matrix Matrix.invert()
          Returns the inverse of this matrix.
 

Constructors in com.sencha.gxt.chart.client.draw with parameters of type Matrix
Matrix(Matrix clone)
          Creates a clone of the given matrix.
 

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

Methods in com.sencha.gxt.chart.client.draw.path with parameters of type Matrix
 PathSprite PathSprite.map(Matrix matrix)
          Transforms the PathSprite by the passed Matrix.
 

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

Methods in com.sencha.gxt.chart.client.draw.sprite that return Matrix
 Matrix Sprite.transformMatrix()
          Returns and caches the calculated transformation matrix.
 



Copyright © 2011. All Rights Reserved.