Package | Description |
---|---|
com.github.brunothg.game.engine.d2.commons | |
com.github.brunothg.game.engine.d2.scene |
Modifier and Type | Method and Description |
---|---|
static GraphicScaleStrategy |
GraphicScaleStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicScaleStrategy[] |
GraphicScaleStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphicScaleStrategy |
ScaleScene.getScaleStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ScaleScene.setScaleStrategy(GraphicScaleStrategy scaleStrategy) |
Constructor and Description |
---|
ScaleScene(int width,
int height,
GraphicScaleStrategy scaleStrategy) |
Copyright © 2017. All rights reserved.