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(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

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