Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
static Transparency |
Transparency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transparency[] |
Transparency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Transparency |
ImageBuffer.getTransparency()
Get the image transparency type.
|
Modifier and Type | Method and Description |
---|---|
static ImageBuffer |
UtilityImage.createImageBuffer(int width,
int height,
Transparency transparency)
Create a compatible buffered image.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.