Modifier and Type | Method and Description |
---|---|
static YDisplayLayer.ALIGN |
YDisplayLayer.ALIGN.fromInt(int intval) |
static YDisplayLayer.ALIGN |
YDisplayLayer.ALIGN.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YDisplayLayer.ALIGN[] |
YDisplayLayer.ALIGN.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
YDisplayLayer.drawText(int x,
int y,
YDisplayLayer.ALIGN anchor,
String text)
Draws a text string at the specified position.
|
Copyright © 2018. All rights reserved.