Example usage for com.badlogic.gdx.scenes.scene2d.utils NinePatchDrawable subclass-usage

List of usage examples for com.badlogic.gdx.scenes.scene2d.utils NinePatchDrawable subclass-usage

Introduction

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

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
 */