|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image.Scaling | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of Image.Scaling in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Image.Scaling | |
---|---|
static Image.Scaling |
Image.Scaling.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Image.Scaling[] |
Image.Scaling.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Image.Scaling | |
---|---|
Image(NinePatch patch,
Image.Scaling scaling)
|
|
Image(NinePatch patch,
Image.Scaling scaling,
int align)
|
|
Image(NinePatch patch,
Image.Scaling scaling,
int align,
java.lang.String name)
|
|
Image(NinePatch patch,
Image.Scaling scaling,
java.lang.String name)
|
|
Image(TextureRegion region,
Image.Scaling scaling)
|
|
Image(TextureRegion region,
Image.Scaling scaling,
int align)
|
|
Image(TextureRegion region,
Image.Scaling scaling,
int align,
java.lang.String name)
|
|
Image(TextureRegion region,
Image.Scaling scaling,
java.lang.String name)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |