List of usage examples for com.badlogic.gdx.scenes.scene2d.actors Image subclass-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);