Uses of Class
com.google.gwt.canvas.dom.client.FillStrokeStyle
-
Uses of FillStrokeStyle in com.google.gwt.canvas.dom.client
Modifier and TypeClassDescriptionclass
Gradient object used withContext2d
.class
Pattern object used withContext2d
.class
CSS Color object.Modifier and TypeMethodDescriptionfinal FillStrokeStyle
Context2d.getFillStyle()
Returns the context's fillStyle.final FillStrokeStyle
Context2d.getStrokeStyle()
Returns the context's strokeStyle.Modifier and TypeMethodDescriptionfinal void
Context2d.setFillStyle
(FillStrokeStyle fillStyle) Sets the context's fillStyle.final void
Context2d.setStrokeStyle
(FillStrokeStyle strokeStyle) Sets the context's stroke style.