org.w3c.dom.svg
Interface SVGMatrix


public interface SVGMatrix


Method Summary
 float getComponent(int index)
           
 SVGMatrix inverse()
           
 SVGMatrix mMultiply(SVGMatrix secondMatrix)
           
 SVGMatrix mRotate(float angle)
           
 SVGMatrix mScale(float scaleFactor)
           
 SVGMatrix mTranslate(float x, float y)
           
 

Method Detail

getComponent

float getComponent(int index)
                   throws DOMException
Throws:
DOMException

mMultiply

SVGMatrix mMultiply(SVGMatrix secondMatrix)

inverse

SVGMatrix inverse()
                  throws SVGException
Throws:
SVGException

mTranslate

SVGMatrix mTranslate(float x,
                     float y)

mScale

SVGMatrix mScale(float scaleFactor)

mRotate

SVGMatrix mRotate(float angle)


Copyright © 2010 JSRs for Android team. All Rights Reserved.