Package | Description |
---|---|
com.b3dgs.lionengine.core.drawable |
Classic drawable classes for a ready to use image manipulation.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
static void |
Drawable.setDpi(DpiType dpi)
Set the DPI to use.
|
Modifier and Type | Method and Description |
---|---|
static DpiType |
DpiType.from(Resolution baseline,
Resolution target)
Get the DPI type from resolution difference.
|
static DpiType |
DpiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DpiType[] |
DpiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.