Java com.badlogic.gdx.utils Scaling fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils Scaling fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils Scaling.

The text is from its open source code.

Field

Scalingfit
Scales the source to fit the target while keeping the same aspect ratio.
Scalingfill
Scales the source to fill the target while keeping the same aspect ratio.
ScalingfillX
Scales the source to fill the target in the x direction while keeping the same aspect ratio.
Scalingstretch
Scales the source to fill the target.
ScalingstretchY
Scales the source to fill the target in the y direction, without changing the x direction.
Scalingnone
The source is not scaled.