Package | Description |
---|---|
org.pepstock.charba.client.dom.elements |
Contains a set of DOM elements that Charba is using.
|
org.pepstock.charba.client.dom.enums |
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
|
Modifier and Type | Method and Description |
---|---|
TextBaseline |
Context2dItem.getTextBaseline()
Returns the current text baseline used when drawing text.
|
Modifier and Type | Method and Description |
---|---|
void |
Context2dItem.setTextBaseline(TextBaseline textBaseline)
Sets the current text baseline used when drawing text.
|
Modifier and Type | Method and Description |
---|---|
static TextBaseline |
TextBaseline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextBaseline[] |
TextBaseline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|