|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum
eu.hansolo.custom.FlipImages
public enum FlipImages extends Enum
| Enum Constant Summary | |
|---|---|
INSTANCE
|
|
| Field Summary | |
|---|---|
private BufferedImage[] |
flipImageArray
|
private Font |
font
|
private int |
formerHeight
|
private int |
formerWidth
@author hansolo |
| Method Summary | |
|---|---|
private def
|
FlipImages()
|
private BufferedImage[]
|
createFlipImages(int WIDTH, int HEIGHT)
|
BufferedImage[]
|
getFlipImageArray()
|
Font
|
getFont()
|
void
|
recreateImages(int WIDTH, int HEIGHT)
|
FlipImages
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
FlipImages[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum | |
|---|---|
| name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
FlipImages INSTANCE
| Field Detail |
|---|
private BufferedImage[] flipImageArray
private Font font
private int formerHeight
private int formerWidth
| Method Detail |
|---|
private def FlipImages()
private BufferedImage[] createFlipImages(int WIDTH, int HEIGHT)
public BufferedImage[] getFlipImageArray()
public Font getFont()
public void recreateImages(int WIDTH, int HEIGHT)
FlipImages valueOf(String name)
FlipImages[] values()
Groovy Documentation