Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class TargetableFloat

  • java.lang.Object
    • com.aspose.cad.fileformats.collada.fileparser.elements.TargetableFloat


  • 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 Detail

      • TargetableFloat

        public TargetableFloat()
    • Method Detail

      • 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.

      • setSid

        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.

      • setValue

        public final void setValue(double value)

        Gets or sets the value as text.