Packages

 

com.aspose.cad.fileformats.cad

Class CadDimensionDictionary

  • 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,CadDimensionStyleTable>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,CadDimensionStyleTable>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadDimensionStyleTable>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadDimensionStyleTable>>, com.aspose.ms.System.ICloneable, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadDimensionStyleTable>>


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

    Dimension styles dictionary.

    • Constructor Detail

      • CadDimensionDictionary

        public CadDimensionDictionary()

        Initializes a new instance of the CadDimensionDictionary 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,
                        CadDimensionStyleTable value)

        Adds a CadDimensionStyleTable to the dictionary.

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

        public boolean remove(String key)

        Removes the CadDimensionStyleTable with the specified key.

        Parameters:
        key - The CadDimensionStyleTable 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.