Uses of Class
com.google.gwt.widgetideas.graphics.client.Color

Packages that use Color
com.google.gwt.widgetideas.graphics.client   
 

Uses of Color in com.google.gwt.widgetideas.graphics.client
 

Fields in com.google.gwt.widgetideas.graphics.client declared as Color
static Color Color.BLACK
           
static Color Color.BLUE
           
static Color Color.GREEN
           
static Color Color.RED
           
 

Methods in com.google.gwt.widgetideas.graphics.client with parameters of type Color
 void GWTCanvas.setFillStyle(Color color)
          Set the current Fill Style to the specified color.
 void GWTCanvas.setStrokeStyle(Color color)
          Set the current Stroke Style to the specified color.