public class TargetableFloat extends Object
The targetable float. The targetable_float_type element is used to represent elements which contain a single float value which can be targeted for animation.
Constructor and Description |
---|
TargetableFloat() |
Modifier and Type | Method and Description |
---|---|
String |
getSid()
Gets or sets the sid.
|
double |
getValue()
Gets or sets the value as text.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setValue(double value)
Gets or sets the value as text.
|
public final String getSid()
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
public final void setSid(String value)
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
public final double getValue()
Gets or sets the value as text.
public final void setValue(double value)
Gets or sets the value as text.