public class Utils


Summary

Nested types

public interface Utils.DebugHandle

Public constructors

Public methods

int
getInterpolatedColor(float[] value)
static void
log(String str)
static void
log(String tag, String value)
static void
logStack(String msg, int n)
static void
loge(String tag, String value)
static int
rgbaTocColor(float r, float g, float b, float a)
static void
static void

Public constructors

Utils

Added in 1.1.0-alpha13
public Utils()

Public methods

getInterpolatedColor

Added in 1.1.0-alpha13
public int getInterpolatedColor(float[] value)

log

Added in 1.1.0-alpha13
public static void log(String str)

log

Added in 1.1.0-alpha13
public static void log(String tag, String value)

logStack

Added in 1.1.0-alpha13
public static void logStack(String msg, int n)

loge

Added in 1.1.0-alpha13
public static void loge(String tag, String value)

rgbaTocColor

Added in 1.1.0-alpha13
public static int rgbaTocColor(float r, float g, float b, float a)

setDebugHandle

Added in 1.1.0-alpha13
public static void setDebugHandle(Utils.DebugHandle handle)

socketSend

Added in 1.1.0-alpha13
public static void socketSend(String str)