Packages

 

com.aspose.cad.fileformats.cad

Class CadLayoutDictionary

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLayout>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,CadLayout>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLayout>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLayout>>, com.aspose.ms.System.ICloneable, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadLayout>>


    public class CadLayoutDictionary
    extends NonGenericDictionary<String,CadLayout>
    implements com.aspose.ms.System.ICloneable

    Collection of cad layouts

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
    • Constructor Detail

      • CadLayoutDictionary

        public CadLayoutDictionary()
    • Method Detail

      • get

        public CadLayout get(String key)

        Gets or sets the CadLayout with the specified key.

        Parameters:
        key - The CadLayout key. Value: The CadLayout.
        Returns:
        The CadLayout for the specified key.
      • add

        public void add(String key,
                        CadLayout value)

        Adds a CadLayout to the dictionary.

        Parameters:
        key - The CadLayout key.
        value - The CadLayout to add.
      • 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.