Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadDoubleParameter

    • Constructor Detail

      • CadDoubleParameter

        public CadDoubleParameter(int attribute)

        Initializes a new instance of the CadDoubleParameter class.

        Parameters:
        attribute - The attribute.
      • CadDoubleParameter

        public CadDoubleParameter()

        Initializes a new instance of the CadDoubleParameter class.

    • Method Detail

      • getValue

        public double getValue()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setValue

        public void setValue(double value)

        Gets or sets the value.

        Parameters:
        value - The value of the parameter.
      • init

        public void init(CadCodeValue value)

        Initialize the specified value.

        Specified by:
        init in class CadParameter
        Parameters:
        value - The string value will be converted to Double.
      • init

        public void init(Object value)

        Initialize the specified value.

        Overrides:
        init in class CadParameterT<Double>
        Parameters:
        value - The value of the parameter.