svg::SVGMatrix Interface Reference

import "svg.idl";

List of all members.

Public Member Functions

SVGMatrix multiply (in SVGMatrix secondMatrix)
SVGMatrix inverse () raises ( SVGException )
SVGMatrix translate (in float x, in float y)
SVGMatrix scale (in float scaleFactor)
SVGMatrix scaleNonUniform (in float scaleFactorX, in float scaleFactorY)
SVGMatrix rotate (in float angle)
SVGMatrix rotateFromVector (in float x, in float y) raises ( SVGException )
SVGMatrix flipX ()
SVGMatrix flipY ()
SVGMatrix skewX (in float angle)
SVGMatrix skewY (in float angle)

Public Attributes

attribute float a
attribute float b
attribute float c
attribute float d
attribute float e
attribute float f

Detailed Description

Definition at line 612 of file svg.idl.


Member Function Documentation

SVGMatrix svg::SVGMatrix::flipX (  ) 
SVGMatrix svg::SVGMatrix::flipY (  ) 
SVGMatrix svg::SVGMatrix::inverse (  )  raises ( SVGException )
SVGMatrix svg::SVGMatrix::multiply ( in SVGMatrix  secondMatrix  ) 
SVGMatrix svg::SVGMatrix::rotate ( in float  angle  ) 
SVGMatrix svg::SVGMatrix::rotateFromVector ( in float  x,
in float  y 
) raises ( SVGException )
SVGMatrix svg::SVGMatrix::scale ( in float  scaleFactor  ) 
SVGMatrix svg::SVGMatrix::scaleNonUniform ( in float  scaleFactorX,
in float  scaleFactorY 
)
SVGMatrix svg::SVGMatrix::skewX ( in float  angle  ) 
SVGMatrix svg::SVGMatrix::skewY ( in float  angle  ) 
SVGMatrix svg::SVGMatrix::translate ( in float  x,
in float  y 
)

Member Data Documentation

attribute float svg::SVGMatrix::a

Definition at line 614 of file svg.idl.

attribute float svg::SVGMatrix::b

Definition at line 616 of file svg.idl.

attribute float svg::SVGMatrix::c

Definition at line 618 of file svg.idl.

attribute float svg::SVGMatrix::d

Definition at line 620 of file svg.idl.

attribute float svg::SVGMatrix::e

Definition at line 622 of file svg.idl.

attribute float svg::SVGMatrix::f

Definition at line 624 of file svg.idl.


The documentation for this interface was generated from the following file: