| Package | Description |
|---|---|
| org.diirt.graphene |
| Modifier and Type | Method and Description |
|---|---|
static Java2DStringUtilities.Alignment |
Java2DStringUtilities.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Java2DStringUtilities.Alignment[] |
Java2DStringUtilities.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Java2DStringUtilities.drawString(Graphics2D g,
Java2DStringUtilities.Alignment alignment,
int x,
int y,
String text)
Draws a string using the given alignment.
|
Copyright © 2015. All rights reserved.