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
NonGenericList
,
ICloneable
Constructor and Description |
---|
CadLayersList()
Initializes a new instance of the
CadLayersList class. |
Modifier and Type | Method and Description |
---|---|
void |
addRange(CadLayerTable[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
The clone.
|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application codes container.
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
CadLayerTable |
getLayer(String name)
Gets list of layers by name.
|
List<String> |
getLayersNames()
Gets the layers names.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application codes container.
|
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadLayersList()
Initializes a new instance of the CadLayersList
class.
public Object deepClone()
The clone.
deepClone
in interface com.aspose.ms.System.ICloneable
object
.public void addRange(CadLayerTable[] objects)
Adds the range of the objects to container.
objects
- The objects array.public CadLayerTable getLayer(String name)
Gets list of layers by name.
name
- The name parameter.CadLayerTable
public List<String> getLayersNames()
Gets the layers names.
string
layers namespublic CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application codes container.
public void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application codes container.
value
- The application codes container.public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
getCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
value
- The cad symbol table group codes.