[ x'] [ m00 m01 m02 ] [ x ] [ m00x + m01y + m02 ] [ y'] = [ m10 m11 m12 ] [ y ] = [ m10x + m11y + m12 ] [ 1 ] [ 0 0 1 ] [ 1 ] [ 1 ]This class is optimized for speed and minimizes calculations based on its knowledge of the underlying matrix (as opposed to say simply performing matrix multiplication).
goog.graphics.Graphics.drawImage
and it
will return an implementation of this interface for you.
transform
method.
![]()
goog.graphics is deprecated. It existed to abstract over browser
differences before the canvas tag was widely supported. See
http://en.wikipedia.org/wiki/Canvas_element for details.
Returns an instance of goog.graphics.AbstractGraphics that knows how to draw
for the current platform (A factory for the proper Graphics implementation)
Arguments:
Returns: !goog.graphics.AbstractGraphics
The created instance.
|
code » | ||||||
![]()
goog.graphics is deprecated. It existed to abstract over browser
differences before the canvas tag was widely supported. See
http://en.wikipedia.org/wiki/Canvas_element for details.
Returns an instance of goog.graphics.AbstractGraphics that knows how to draw
for the current platform (A factory for the proper Graphics implementation)
Arguments:
Returns: !goog.graphics.AbstractGraphics
The created instance.
|
code » | ||||||
goog.graphics is deprecated. It existed to abstract over browser
differences before the canvas tag was widely supported. See
http://en.wikipedia.org/wiki/Canvas_element for details.
Static function to check if the current browser has Graphics support.
Returns: boolean
True if the current browser has Graphics support.
|
code » | ||||||
Returns the VML element corresponding to this object. This method is added
to several classes below. Note that the return value of this method may
change frequently in IE8, so it should not be cached externally.
Returns: Element
The VML element corresponding to this object.
|
code » |