Java com.badlogic.gdx.scenes.scene2d.ui Image fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d.ui Image fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d.ui Image.

The text is from its open source code.

Subclass

com.badlogic.gdx.scenes.scene2d.ui.Image has subclasses.
Click this link to see all its subclasses.

Constructor

Image(NinePatch patch)
Creates an image stretched, and aligned center.
Image(TextureRegion region)
Creates an image stretched, and aligned center.
Image(Texture texture)
Creates an image stretched, and aligned center.
Image(Drawable drawable)
Creates an image stretched, and aligned center.
Image()
Creates an image with no region or patch, stretched, and aligned center.
Image(Skin skin, String drawableName)
Creates an image stretched, and aligned center.
Image(Drawable drawable, Scaling scaling)
Creates an image aligned center.
Image(Drawable drawable, Scaling scaling, int align)

Method