Uses of Class
com.google.gwt.canvas.dom.client.FillStrokeStyle
Packages that use FillStrokeStyle
-
Uses of FillStrokeStyle in com.google.gwt.canvas.dom.client
Subclasses of FillStrokeStyle in com.google.gwt.canvas.dom.clientModifier and TypeClassDescriptionclass
Gradient object used withContext2d
.class
Pattern object used withContext2d
.class
CSS Color object.Methods in com.google.gwt.canvas.dom.client that return FillStrokeStyleModifier and TypeMethodDescriptionfinal FillStrokeStyle
Context2d.getFillStyle()
Returns the context's fillStyle.final FillStrokeStyle
Context2d.getStrokeStyle()
Returns the context's strokeStyle.Methods in com.google.gwt.canvas.dom.client with parameters of type FillStrokeStyleModifier and TypeMethodDescriptionfinal void
Context2d.setFillStyle
(FillStrokeStyle fillStyle) Sets the context's fillStyle.final void
Context2d.setStrokeStyle
(FillStrokeStyle strokeStyle) Sets the context's stroke style.