Package | Description |
---|---|
jhelp.util.gui |
GUI tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
static UtilImage.WayTriangle |
UtilImage.WayTriangle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UtilImage.WayTriangle[] |
UtilImage.WayTriangle.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 |
UtilImage.drawIncrustedTriangle(int x,
int y,
int size,
JHelpImage image,
UtilImage.WayTriangle wayTriangle)
Draw a triangle for go in a given way
|