API documentation  2.0rc1
Public Member Functions | List of all members
client::SVGMatrix Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_a ()
 
void set_a (double)
 
double get_b ()
 
void set_b (double)
 
double get_c ()
 
void set_c (double)
 
double get_d ()
 
void set_d (double)
 
double get_e ()
 
void set_e (double)
 
double get_f ()
 
void set_f (double)
 
SVGMatrixflipX ()
 
SVGMatrixflipY ()
 
SVGMatrixinverse ()
 
SVGMatrixmultiply (SVGMatrix *secondMatrix)
 
SVGMatrixrotate (double angle)
 
SVGMatrixrotateFromVector (double x, double y)
 
SVGMatrixscale (double scaleFactor)
 
SVGMatrixscaleNonUniform (double scaleFactorX, double scaleFactorY)
 
SVGMatrixskewX (double angle)
 
SVGMatrixskewY (double angle)
 
SVGMatrixtranslate (double x, double y)
 
SVGMatrixget_prototype ()
 
void set_prototype (SVGMatrix *)
 
 SVGMatrix ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ SVGMatrix()

client::SVGMatrix::SVGMatrix ( )

Member Function Documentation

◆ flipX()

SVGMatrix* client::SVGMatrix::flipX ( )

◆ flipY()

SVGMatrix* client::SVGMatrix::flipY ( )

◆ get_a()

double client::SVGMatrix::get_a ( )

◆ get_b()

double client::SVGMatrix::get_b ( )

◆ get_c()

double client::SVGMatrix::get_c ( )

◆ get_d()

double client::SVGMatrix::get_d ( )

◆ get_e()

double client::SVGMatrix::get_e ( )

◆ get_f()

double client::SVGMatrix::get_f ( )

◆ get_prototype()

SVGMatrix* client::SVGMatrix::get_prototype ( )

◆ inverse()

SVGMatrix* client::SVGMatrix::inverse ( )

◆ multiply()

SVGMatrix* client::SVGMatrix::multiply ( SVGMatrix secondMatrix)

◆ rotate()

SVGMatrix* client::SVGMatrix::rotate ( double  angle)

◆ rotateFromVector()

SVGMatrix* client::SVGMatrix::rotateFromVector ( double  x,
double  y 
)

◆ scale()

SVGMatrix* client::SVGMatrix::scale ( double  scaleFactor)

◆ scaleNonUniform()

SVGMatrix* client::SVGMatrix::scaleNonUniform ( double  scaleFactorX,
double  scaleFactorY 
)

◆ set_a()

void client::SVGMatrix::set_a ( double  )

◆ set_b()

void client::SVGMatrix::set_b ( double  )

◆ set_c()

void client::SVGMatrix::set_c ( double  )

◆ set_d()

void client::SVGMatrix::set_d ( double  )

◆ set_e()

void client::SVGMatrix::set_e ( double  )

◆ set_f()

void client::SVGMatrix::set_f ( double  )

◆ set_prototype()

void client::SVGMatrix::set_prototype ( SVGMatrix )

◆ skewX()

SVGMatrix* client::SVGMatrix::skewX ( double  angle)

◆ skewY()

SVGMatrix* client::SVGMatrix::skewY ( double  angle)

◆ translate()

SVGMatrix* client::SVGMatrix::translate ( double  x,
double  y 
)