CadLayersList

Inheritance: java.lang.Object, NonGenericList

All Implemented Interfaces: 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

Constructors

ConstructorDescription
CadLayersList()Initializes a new instance of the CadLayersList class.

Methods

MethodDescription
deepClone()The clone.
addRange(CadLayerTable[] objects)Adds the range of the objects to container.
getLayer(String name)Gets list of layers by name.
getLayersNames()Gets the layers names.
getApplicationCodesContainer()Gets or sets the application codes container.
setApplicationCodesContainer(CadApplicationCodesContainer value)Gets or sets the application codes container.
getCadSymbolTableGroupCodes()Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)Gets or sets the cad symbol table group codes.

CadLayersList()

public CadLayersList()

Initializes a new instance of the CadLayersList class.

deepClone()

public Object deepClone()

The clone.

Returns: Object - The object .

addRange(CadLayerTable[] objects)

public void addRange(CadLayerTable[] objects)

Adds the range of the objects to container.

Parameters:

ParameterTypeDescription
objectsCadLayerTable[]The objects array.

getLayer(String name)

public CadLayerTable getLayer(String name)

Gets list of layers by name.

Parameters:

ParameterTypeDescription
nameStringThe name parameter.

Returns: CadLayerTable - The list of CadLayerTable

getLayersNames()

public List<String> getLayersNames()

Gets the layers names.

Returns: List - The list of string layers names

getApplicationCodesContainer()

public CadApplicationCodesContainer getApplicationCodesContainer()

Gets or sets the application codes container.

Returns: CadApplicationCodesContainer - The application codes container.

setApplicationCodesContainer(CadApplicationCodesContainer value)

public void setApplicationCodesContainer(CadApplicationCodesContainer value)

Gets or sets the application codes container.

Parameters:

ParameterTypeDescription
valueCadApplicationCodesContainerThe application codes container.

getCadSymbolTableGroupCodes()

public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

Gets or sets the cad symbol table group codes.

Returns: CadSymbolTableGroupCodes - The cad symbol table group codes.

setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

Gets or sets the cad symbol table group codes.

Parameters:

ParameterTypeDescription
valueCadSymbolTableGroupCodesThe cad symbol table group codes.