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
abstract float get(String attribute)

get the value of the attributes

Parameters
String attribute
Returns
float

getListOfAttributes

Added in 2.2.0
abstract String[] getListOfAttributes()

Get list of attributes

Returns
String[]

set

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

set the attributes

Parameters
String attribute
float value