Package | Description |
---|---|
com.google.gwt.canvas.dom.client |
Classes for HTML Canvas 2D support.
|
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.
|
Copyright © 2018. All rights reserved.