List of usage examples for com.badlogic.gdx.scenes.scene2d.ui GetName interface-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;