Package | Description |
---|---|
com.google.gwt.canvas.client |
Classes for HTML Canvas 2D support.
|
com.google.gwt.canvas.dom.client |
Classes for HTML Canvas 2D support.
|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
Context |
Canvas.getContext(java.lang.String contextId)
Gets the rendering context that may be used to draw on this canvas.
|
Modifier and Type | Class and Description |
---|---|
class |
Context2d
Rendering interface used to draw on a
CanvasElement . |
Modifier and Type | Method and Description |
---|---|
Context |
CanvasElement.getContext(java.lang.String contextId)
Gets the rendering context that may be used to draw on this canvas.
|