graphics.js
Graphics utility functions and factory methods.

File Location

graphics/graphics.js


Public Protected Private

Global Functions

goog.graphics.createGraphics(createGraphics@widthcreateGraphics@heightcreateGraphics@opt_coordWidthcreateGraphics@opt_coordHeightcreateGraphics@opt_domHelper)
Returns an instance of goog.graphics.AbstractGraphics that knows how to draw for the current platform (A factory for the proper Graphics implementation)
Arguments:
createGraphics@width :
No description.
createGraphics@height :
No description.
createGraphics@opt_coordWidth :
No description.
createGraphics@opt_coordHeight :
No description.
createGraphics@opt_domHelper :
No description.
Returns:   The created instance.
code »
goog.graphics.createSimpleGraphics(createSimpleGraphics@widthcreateSimpleGraphics@heightcreateSimpleGraphics@opt_coordWidthcreateSimpleGraphics@opt_coordHeightcreateSimpleGraphics@opt_domHelper)
Returns an instance of goog.graphics.AbstractGraphics that knows how to draw for the current platform (A factory for the proper Graphics implementation)
Arguments:
createSimpleGraphics@width :
No description.
createSimpleGraphics@height :
No description.
createSimpleGraphics@opt_coordWidth :
No description.
createSimpleGraphics@opt_coordHeight :
No description.
createSimpleGraphics@opt_domHelper :
No description.
Returns:   The created instance.
code »
goog.graphics.isBrowserSupported()
Static function to check if the current browser has Graphics support.
Returns:   True if the current browser has Graphics support.
code »

Directory graphics

File Reference