Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadXdata



  • public class CadXdata
    extends Object

    The Cad xdata.

    • Constructor Detail

      • CadXdata

        public CadXdata()

        Initializes a new instance of the CadXdata class. Initializes a new instance of the class.

    • Method Detail

      • getDataList

        public List<CadCodeValue> getDataList()

        Gets or sets the data list.

        Returns:
        The data list.
      • setDataList

        public void setDataList(List<CadCodeValue> value)

        Gets or sets the data list.

        Parameters:
        value - The data list.
      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getFirstValue

        public static CadCodeValue getFirstValue(CadXdata xdata,
                                                 int attribute)

        Get first occurrence of an attribute from XData

        Parameters:
        xdata - Xdata array
        attribute - Attribute code
        Returns:
        CadCodeValue representation of a value