Package | Description |
---|---|
com.google.gwt.canvas.dom.client |
Classes for HTML Canvas 2D support.
|
Modifier and Type | Method and Description |
---|---|
static Context2d.TextBaseline |
Context2d.TextBaseline.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Context2d.TextBaseline[] |
Context2d.TextBaseline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Context2d.setTextBaseline(Context2d.TextBaseline baseline)
Sets the text baseline.
|