GWT 2.7.0

Uses of Class
com.google.gwt.canvas.dom.client.Context2d.TextAlign

Packages that use Context2d.TextAlign
com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. 
 

Uses of Context2d.TextAlign in com.google.gwt.canvas.dom.client
 

Methods in com.google.gwt.canvas.dom.client that return Context2d.TextAlign
static Context2d.TextAlign Context2d.TextAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Context2d.TextAlign[] Context2d.TextAlign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.canvas.dom.client with parameters of type Context2d.TextAlign
 void Context2d.setTextAlign(Context2d.TextAlign align)
          Sets the text alignment.
 


GWT 2.7.0