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

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

Introduction

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

Usage

From source file net.dermetfan.gdx.scenes.scene2d.ui.UIUtils.java

/** Provides useful methods for {@link com.badlogic.gdx.scenes.scene2d.ui scene2d.ui}.
 *  Extends {@link com.badlogic.gdx.scenes.scene2d.utils.UIUtils UIUtils} to avoid name clashes.
 *  @author dermetfan
 *  @since 0.7.1 */
public class UIUtils extends com.badlogic.gdx.scenes.scene2d.utils.UIUtils {