Mac OS X Reference Library Apple Developer
Search

SVGTransform

Module:
svg
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

setMatrix
setRotate
setScale
setSkewX
setSkewY
setTranslate

setMatrix



void setMatrix(
    in SVGMatrix matrix); 

setRotate



void setRotate(
    in float angle,
    in float cx,
    in float cy); 

setScale



void setScale(
    in float sx,
    in float sy); 

setSkewX



void setSkewX(
    in float angle); 

setSkewY



void setSkewY(
    in float angle); 

setTranslate



void setTranslate(
    in float tx,
    in float ty); 

Member Data

angle
matrix
SVG_TRANSFORM_MATRIX
SVG_TRANSFORM_ROTATE
SVG_TRANSFORM_SCALE
SVG_TRANSFORM_SKEWX
SVG_TRANSFORM_SKEWY
SVG_TRANSFORM_TRANSLATE
SVG_TRANSFORM_UNKNOWN
type

angle



readonly attribute float angle; 

matrix



readonly attribute SVGMatrix matrix; 

SVG_TRANSFORM_MATRIX



const unsigned short SVG_TRANSFORM_MATRIX = 1; 

SVG_TRANSFORM_ROTATE



const unsigned short SVG_TRANSFORM_ROTATE = 4; 

SVG_TRANSFORM_SCALE



const unsigned short SVG_TRANSFORM_SCALE = 3; 

SVG_TRANSFORM_SKEWX



const unsigned short SVG_TRANSFORM_SKEWX = 5; 

SVG_TRANSFORM_SKEWY



const unsigned short SVG_TRANSFORM_SKEWY = 6; 

SVG_TRANSFORM_TRANSLATE



const unsigned short SVG_TRANSFORM_TRANSLATE = 2; 

SVG_TRANSFORM_UNKNOWN



const unsigned short SVG_TRANSFORM_UNKNOWN = 0; 

type



readonly attribute unsigned short type; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27