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