GWT 2.7.0

Uses of Class
com.google.gwt.canvas.dom.client.FillStrokeStyle

Packages that use FillStrokeStyle
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
 class CanvasGradient
          Gradient object used with Context2d.
 class CanvasPattern
          Pattern object used with Context2d.
 class CssColor
          CSS Color object.
 

Methods in com.google.gwt.canvas.dom.client that return FillStrokeStyle
 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
 void Context2d.setFillStyle(FillStrokeStyle fillStyle)
          Sets the context's fillStyle.
 void Context2d.setStrokeStyle(FillStrokeStyle strokeStyle)
          Sets the context's stroke style.
 


GWT 2.7.0