Interface SVGMatrix
public interface SVGMatrix
-
Method Summary
Modifier and TypeMethodDescriptionflipX()flipY()floatgetA()floatgetB()floatgetC()floatgetD()floatgetE()floatgetF()inverse()rotate(float angle) rotateFromVector(float x, float y) scale(float scaleFactor) scaleNonUniform(float scaleFactorX, float scaleFactorY) voidsetA(float a) voidsetB(float b) voidsetC(float c) voidsetD(float d) voidsetE(float e) voidsetF(float f) skewX(float angle) skewY(float angle) translate(float x, float y)
-
Method Details
-
getA
float getA() -
setA
- Throws:
DOMException
-
getB
float getB() -
setB
- Throws:
DOMException
-
getC
float getC() -
setC
- Throws:
DOMException
-
getD
float getD() -
setD
- Throws:
DOMException
-
getE
float getE() -
setE
- Throws:
DOMException
-
getF
float getF() -
setF
- Throws:
DOMException
-
multiply
-
inverse
- Throws:
SVGException
-
translate
-
scale
-
scaleNonUniform
-
rotate
-
rotateFromVector
- Throws:
SVGException
-
flipX
SVGMatrix flipX() -
flipY
SVGMatrix flipY() -
skewX
-
skewY
-