Packages

 

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

Classes

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

Class FxCommonFloatOrParameterFloat



  • public class FxCommonFloatOrParameterFloat
    extends ColladaElement

    The FX common float or parameter float. The value is represented by a literal floating-point scalar.

    • Constructor Detail

      • FxCommonFloatOrParameterFloat

        public FxCommonFloatOrParameterFloat()
    • Method Detail

      • getSid

        public final String getSid()

        Gets or sets the sid. The sid attribute is optional.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid. The sid attribute is optional.

      • getValue

        public final String getValue()

        Gets or sets the value as text.

      • setValue

        public final void setValue(String value)

        Gets or sets the value as text.