Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadIntParameter

    • Constructor Detail

      • CadIntParameter

        public CadIntParameter(int type)

        Initializes a new instance of the CadIntParameter class.

        Parameters:
        type - The type of the parameter.
      • CadIntParameter

        public CadIntParameter()

        Initializes a new instance of the CadIntParameter class.

    • Method Detail

      • getValue

        public int getValue()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setValue

        public void setValue(int 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 value to assign.
      • init

        public void init(Object value)

        Initialize the specified value.

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