static Attribute |
Attribute.addAttribute(int id,
String name,
float minValue,
float maxValue,
float defaultValue) |
static Attribute |
Attribute.addAttribute(int id,
String name,
float minValue,
float maxValue,
float defaultValue,
boolean shouldSend) |
Attribute |
Attribute.clone() |
static Attribute |
Attribute.getAttribute(int id) |
static Attribute |
Attribute.getAttributeByName(String name) |
Attribute |
Attribute.setDefaultValue(float defaultValue) |
Attribute |
Attribute.setMaxValue(float maxValue) |
Attribute |
Attribute.setMinValue(float minValue) |
Attribute |
Attribute.setValue(float value) |
Attribute |
Attribute.setValue(float value,
boolean fit) |