|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGMatrix |
| Module: | svg |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
flipX |
SVGMatrix flipX();
flipY |
SVGMatrix flipY();
inverse |
SVGMatrix inverse() raises(SVGException);
multiply |
rotate |
SVGMatrix rotate( in float angle);
rotateFromVector |
SVGMatrix rotateFromVector( in float x, in float y) raises(SVGException);
scale |
SVGMatrix scale( in float scaleFactor);
scaleNonUniform |
SVGMatrix scaleNonUniform( in float scaleFactorX, in float scaleFactorY);
skewX |
SVGMatrix skewX( in float angle);
skewY |
SVGMatrix skewY( in float angle);
translate |
SVGMatrix translate( in float x, in float y);
a |
attribute double a;
b |
attribute double b;
c |
attribute double c;
d |
attribute double d;
e |
attribute double e;
f |
attribute double f;
Last Updated: 2009-05-29