Packages

 

com.aspose.cad.fileformats.cad

Class CadLayersList

  • All Implemented Interfaces:
    com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes, com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.Collections.IList, com.aspose.ms.System.ICloneable, Iterable


    public class CadLayersList
    extends NonGenericList
    implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

    Layer tables list Since the name is not unique, we use List as a container

    See Also:
    NonGenericList, ICloneable
    • Constructor Detail

      • CadLayersList

        public CadLayersList()

        Initializes a new instance of the CadLayersList class.

    • Method Detail

      • deepClone

        public Object deepClone()

        The clone.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The object.
      • addRange

        public void addRange(CadLayerTable[] objects)

        Adds the range of the objects to container.

        Parameters:
        objects - The objects array.
      • getLayersNames

        public List<String> getLayersNames()

        Gets the layers names.

        Returns:
        The list of stringlayers names
      • getApplicationCodesContainer

        public CadApplicationCodesContainer getApplicationCodesContainer()

        Gets or sets the application codes container.

        Returns:
        The application codes container.
      • setApplicationCodesContainer

        public void setApplicationCodesContainer(CadApplicationCodesContainer value)

        Gets or sets the application codes container.

        Parameters:
        value - The application codes container.
      • getCadSymbolTableGroupCodes

        public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

        Gets or sets the cad symbol table group codes.

        Specified by:
        getCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Returns:
        The cad symbol table group codes.
      • setCadSymbolTableGroupCodes

        public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

        Gets or sets the cad symbol table group codes.

        Specified by:
        setCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Parameters:
        value - The cad symbol table group codes.