Uses of Enum
com.google.gwt.canvas.dom.client.Context2d.TextAlign
Packages that use Context2d.TextAlign
-
Uses of Context2d.TextAlign in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return Context2d.TextAlignModifier and TypeMethodDescriptionstatic Context2d.TextAlignReturns 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.TextAlignModifier and TypeMethodDescriptionfinal voidContext2d.setTextAlign(Context2d.TextAlign align) Sets the text alignment.