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 classCanvasGradientGradient object used withContext2d.classCanvasPatternPattern object used withContext2d.classCssColorCSS Color object.Methods in com.google.gwt.canvas.dom.client that return FillStrokeStyle Modifier and Type Method Description FillStrokeStyleContext2d. getFillStyle()Returns the context's fillStyle.FillStrokeStyleContext2d. getStrokeStyle()Returns the context's strokeStyle.Methods in com.google.gwt.canvas.dom.client with parameters of type FillStrokeStyle Modifier and Type Method Description voidContext2d. setFillStyle(FillStrokeStyle fillStyle)Sets the context's fillStyle.voidContext2d. setStrokeStyle(FillStrokeStyle strokeStyle)Sets the context's stroke style.
-