libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Image.Scaling

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(java.lang.String name, TextureRegion region, Image.Scaling scaling)
           
Image(TextureRegion region, Image.Scaling scaling)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)