FileDocCategorySizeDatePackage
SVGMatrix.javaAPI DocphoneME MR2 API (J2ME)1684Wed May 02 18:00:34 BST 2007org.w3c.dom.svg

SVGMatrix

public interface SVGMatrix

Fields Summary
Constructors Summary
Methods Summary
public floatgetComponent(int index)

public org.w3c.dom.svg.SVGMatrixinverse()

public org.w3c.dom.svg.SVGMatrixmMultiply(org.w3c.dom.svg.SVGMatrix secondMatrix)

public org.w3c.dom.svg.SVGMatrixmRotate(float angle)

public org.w3c.dom.svg.SVGMatrixmScale(float scaleFactor)

public org.w3c.dom.svg.SVGMatrixmTranslate(float x, float y)