Packages

 

com.aspose.cad.fileformats.dgn

Class DgnTagValue



  • public class DgnTagValue
    extends Object

    DgnTagValue class

    • Constructor Detail

      • DgnTagValue

        public DgnTagValue(int type,
                           byte[] rawData,
                           int nDataOffset)

        Initializes a new instance of the DgnTagValue class.

        Parameters:
        type - The type.
        rawData - The raw data.
        nDataOffset - The n data offset.
    • Method Detail

      • getType

        public final int getType()

        Gets or sets tag type

      • setType

        public final void setType(int value)

        Gets or sets tag type

      • getStringValue

        public final String getStringValue()

        Gets or sets the string value.

        Returns:
        The string value.
      • setStringValue

        public final void setStringValue(String value)

        Gets or sets the string value.

        Parameters:
        value - The string value.
      • getIntegerValue

        public final long getIntegerValue()

        Gets or sets the integer value.

        Returns:
        The integer value.
      • setIntegerValue

        public final void setIntegerValue(long value)

        Gets or sets the integer value.

        Parameters:
        value - The integer value.
      • getFloatValue

        public final double getFloatValue()

        Gets or sets the float value.

        Returns:
        The float value.
      • setFloatValue

        public final void setFloatValue(double value)

        Gets or sets the float value.

        Parameters:
        value - The float value.