TargetableFloat

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.

Constructors

ConstructorDescription
TargetableFloat()

Methods

MethodDescription
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.
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.
getValue()Gets or sets the value as text.
setValue(double value)Gets or sets the value as text.

TargetableFloat()

public TargetableFloat()

getSid()

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.

Returns: String

setSid(String value)

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.

getValue()

public final double getValue()

Gets or sets the value as text.

Returns: double

setValue(double value)

public final void setValue(double value)

Gets or sets the value as text.