List of usage examples for com.badlogic.gdx.scenes.scene2d.utils NinePatchDrawable subclass-usage
From source file com.ray3k.skincomposer.AnimatedNinePatchDrawable.java
/**
* A Drawable that renders an array of NinePatchDrawables in sequence. Ensure
* that update() is called once per Drawable in the render() method.
*
* @author Raymond Buckley
*/