CustomFloatAttributes

public interface CustomFloatAttributes


Interface to custom float attributes

Summary

Public methods

abstract float
get(String attribute)

get the value of the attributes

abstract String[]

Get list of attributes

abstract void
set(String attribute, float value)

set the attributes

Public methods

get

Added in 2.2.0-alpha13
abstract float get(String attribute)

get the value of the attributes

Parameters
String attribute
Returns
float

getListOfAttributes

Added in 2.2.0-alpha13
abstract String[] getListOfAttributes()

Get list of attributes

Returns
String[]

set

Added in 2.2.0-alpha13
abstract void set(String attribute, float value)

set the attributes

Parameters
String attribute
float value