Packages

 

com.aspose.imaging.fileformats.psd.layers.layerresources.typetoolinfostructures

Class EnumeratedDescriptorStructure

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        The enumerated descriptor key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumeratedDescriptorStructure

        public EnumeratedDescriptorStructure(ClassID keyName,
                                             ClassID typeID,
                                             ClassID enumName)

        Initializes a new instance of the EnumeratedDescriptorStructure class.

        Parameters:
        keyName - The key name.
        typeID - The type ID.
        enumName - The enums name.
    • Method Detail

      • getTypeID

        public ClassID getTypeID()

        Gets or sets the type ID.

        Value: The type ID.
      • setTypeID

        public void setTypeID(ClassID value)
      • getEnumName

        public ClassID getEnumName()

        Gets or sets the enums name.

        Value: The enums name.
      • setEnumName

        public void setEnumName(ClassID value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure