Package | Description |
---|---|
com.google.gwt.canvas.dom.client |
Classes for HTML Canvas 2D support.
|
Modifier and Type | Method and Description |
---|---|
CanvasPattern |
Context2d.createPattern(CanvasElement image,
Context2d.Repetition repetition)
Creates a pattern from another canvas.
|
CanvasPattern |
Context2d.createPattern(CanvasElement image,
java.lang.String repetition)
Creates a pattern from another canvas.
|
CanvasPattern |
Context2d.createPattern(ImageElement image,
Context2d.Repetition repetition)
Creates a pattern from an image.
|
CanvasPattern |
Context2d.createPattern(ImageElement image,
java.lang.String repetition)
Creates a pattern from an image.
|