- All Known Implementing Classes:
AbstractSVGMatrix
,SVGOMMatrix
public interface SVGMatrix
-
Method Summary
Modifier and TypeMethodDescriptionflipX()
flipY()
float
getA()
float
getB()
float
getC()
float
getD()
float
getE()
float
getF()
inverse()
rotate
(float angle) rotateFromVector
(float x, float y) scale
(float scaleFactor) scaleNonUniform
(float scaleFactorX, float scaleFactorY) void
setA
(float a) void
setB
(float b) void
setC
(float c) void
setD
(float d) void
setE
(float e) void
setF
(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
-