Example usage for com.badlogic.gdx.scenes.scene2d.ui GetName interface-usage

List of usage examples for com.badlogic.gdx.scenes.scene2d.ui GetName interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.scenes.scene2d.ui GetName interface-usage.

Usage

From source file de.longri.cachebox3.AndroidRealSvgBitmap.java

/**
 * Created by Longri on 19.07.16.
 */
public class AndroidRealSvgBitmap extends AndroidBitmap implements GetName {

    public String name;

From source file de.longri.cachebox3.DesktopRealSvgBitmap.java

/**
 * Created by Longri on 19.07.16.
 */
public class DesktopRealSvgBitmap extends AwtBitmap implements GetName {

    public String name;

From source file de.longri.cachebox3.IOS_RealSvgBitmap.java

/**
 * Created by Longri on 19.07.16.
 */
public class IOS_RealSvgBitmap extends org.oscim.ios.backend.IosBitmap implements GetName {

    public String name;