![]()
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 » |