| Package | Description |
|---|---|
| org.fujion.canvas.d2 |
| Modifier and Type | Method and Description |
|---|---|
TextBaseline |
RenderingContext2D.getTextBaseline()
Returns the current text baseline being used when drawing text.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContext2D.setTextBaseline(TextBaseline textBaseline)
Sets the current text baseline being used when drawing text.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.