Example usage for com.badlogic.gdx.scenes.scene2d.actors Image subclass-usage

List of usage examples for com.badlogic.gdx.scenes.scene2d.actors Image subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.scenes.scene2d.actors Image subclass-usage.

Usage

From source file at.tugraz.ist.catroid.content.Costume.java

public class Costume extends Image {
    protected Semaphore xYWidthHeightLock = new Semaphore(1);
    protected Semaphore imageLock = new Semaphore(1);
    protected Semaphore scaleLock = new Semaphore(1);
    protected Semaphore alphaValueLock = new Semaphore(1);
    protected Semaphore brightnessLock = new Semaphore(1);