Package | Description |
---|---|
com.google.gwt.canvas.client |
Classes for HTML Canvas 2D support.
|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
Context2d |
Canvas.getContext2d()
Returns a 2D rendering context.
|
Modifier and Type | Method and Description |
---|---|
Context2d |
CanvasElement.getContext2d()
Returns a 2D rendering context.
|