Packages

 

com.aspose.cad.fileformats.cad

Class CadLineTypesDictionary

  • All Implemented Interfaces:
    com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes, com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLineTypeTableObject>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,CadLineTypeTableObject>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLineTypeTableObject>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLineTypeTableObject>>, com.aspose.ms.System.ICloneable, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLineTypeTableObject>>


    public class CadLineTypesDictionary
    extends NonGenericDictionary<String,CadLineTypeTableObject>
    implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

    Represents dictionary with types of lines.

    • Constructor Detail

      • CadLineTypesDictionary

        public CadLineTypesDictionary()

        Initializes a new instance of the CadLineTypesDictionary class.

    • Method Detail

      • 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.
      • add

        public void add(String key,
                        CadLineTypeTableObject value)

        Adds a CadLineTypeTableObject to the dictionary.

        Parameters:
        key - The CadLineTypeTableObject key.
        value - The CadLineTypeTableObject to add.
      • remove

        public boolean remove(String key)

        Removes the CadLineTypeTableObject with the specified key.

        Parameters:
        key - The CadLineTypeTableObject key to remove.
        Returns:
        True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.
      • deepClone

        public Object deepClone()

        Clones the dictionary.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.