public enum GraphicsResource extends Enum<GraphicsResource>
| Enum Constant and Description |
|---|
OPENIMAJ_TESTRES_AESTHETICODE |
OPENIMAJ_TESTRES_SIGNTEXT |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
loadImage() |
static GraphicsResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicsResource OPENIMAJ_TESTRES_SIGNTEXT
public static final GraphicsResource OPENIMAJ_TESTRES_AESTHETICODE
public static GraphicsResource[] values()
for (GraphicsResource c : GraphicsResource.values()) System.out.println(c);
public static GraphicsResource valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic BufferedImage loadImage()
Copyright © 2016 Github jjYBdx4IL Projects. All rights reserved.