| Package | Description |
|---|---|
| org.fujion.canvas.d2 |
| Modifier and Type | Method and Description |
|---|---|
TextAlign |
RenderingContext2D.getTextAlign()
Returns the current text alignment being used when drawing text.
|
static TextAlign |
TextAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlign[] |
TextAlign.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.setTextAlign(TextAlign textAlign)
Sets the current text alignment being used when drawing text.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.