Uses of Interface
com.google.gwt.canvas.dom.client.Context
-
Packages that use Context 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. -
-
Uses of Context in com.google.gwt.canvas.client
Methods in com.google.gwt.canvas.client that return Context Modifier and Type Method Description Context
Canvas. getContext(java.lang.String contextId)
Gets the rendering context that may be used to draw on this canvas. -
Uses of Context in com.google.gwt.canvas.dom.client
Classes in com.google.gwt.canvas.dom.client that implement Context Modifier and Type Class Description class
Context2d
Rendering interface used to draw on aCanvasElement
. -
Uses of Context in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return Context Modifier and Type Method Description Context
CanvasElement. getContext(java.lang.String contextId)
Gets the rendering context that may be used to draw on this canvas.
-