| Package | Description |
|---|---|
| com.jme3.system.awt |
| Modifier and Type | Method and Description |
|---|---|
static PaintMode |
PaintMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaintMode[] |
PaintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AwtPanel |
AwtPanelsContext.createPanel(PaintMode paintMode) |
AwtPanel |
AwtPanelsContext.createPanel(PaintMode paintMode,
boolean srgb) |
| Constructor and Description |
|---|
AwtPanel(PaintMode paintMode) |
AwtPanel(PaintMode paintMode,
boolean srgb) |