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 TypeClassDescriptionclassGradient object used withContext2d.classPattern object used withContext2d.classCSS Color object.Methods in com.google.gwt.canvas.dom.client that return FillStrokeStyleModifier and TypeMethodDescriptionfinal FillStrokeStyleContext2d.getFillStyle()Returns the context's fillStyle.final FillStrokeStyleContext2d.getStrokeStyle()Returns the context's strokeStyle.Methods in com.google.gwt.canvas.dom.client with parameters of type FillStrokeStyleModifier and TypeMethodDescriptionfinal voidContext2d.setFillStyle(FillStrokeStyle fillStyle) Sets the context's fillStyle.final voidContext2d.setStrokeStyle(FillStrokeStyle strokeStyle) Sets the context's stroke style.