Package | Description |
---|---|
com.google.gwt.canvas.dom.client |
Classes for HTML Canvas 2D support.
|
Modifier and Type | Class and Description |
---|---|
class |
CanvasGradient
Gradient object used with
Context2d . |
class |
CanvasPattern
Pattern object used with
Context2d . |
class |
CssColor
CSS Color object.
|
Modifier and Type | Method and Description |
---|---|
FillStrokeStyle |
Context2d.getFillStyle()
Returns the context's fillStyle.
|
FillStrokeStyle |
Context2d.getStrokeStyle()
Returns the context's strokeStyle.
|
Modifier and Type | Method and Description |
---|---|
void |
Context2d.setFillStyle(FillStrokeStyle fillStyle)
Sets the context's fillStyle.
|
void |
Context2d.setStrokeStyle(FillStrokeStyle strokeStyle)
Sets the context's stroke style.
|