goog.graphics.createGraphics(createGraphics@width, createGraphics@height, createGraphics@opt_coordWidth, createGraphics@opt_coordHeight, createGraphics@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:
Returns:
The created instance.
|
code » | ||||||
goog.graphics.createSimpleGraphics(createSimpleGraphics@width, createSimpleGraphics@height, createSimpleGraphics@opt_coordWidth, createSimpleGraphics@opt_coordHeight, createSimpleGraphics@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:
Returns:
The created instance.
|
code » | ||||||
|
Static function to check if the current browser has Graphics support.
Returns:
True if the current browser has Graphics support.
|
code » |