Packages

 

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

Class ClassStructure



  • public final class ClassStructure
    extends OSTypeStructure

    The class structure.

    • Field Detail

      • STRUCTURE_KEY_CLSS

        public static final int STRUCTURE_KEY_CLSS

        Identifies the structure key.

        See Also:
        Constant Field Values
      • STRUCTURE_KEY_TYPE

        public static final int STRUCTURE_KEY_TYPE

        Identifies the structure key.

        See Also:
        Constant Field Values
      • STRUCTURE_KEY_GLBC

        public static final int STRUCTURE_KEY_GLBC

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • ClassStructure

        public ClassStructure(ClassID keyName,
                              ClassID classID,
                              int structureKey)

        Initializes a new instance of the ClassStructure class.

        Parameters:
        keyName - Name of the key.
        classID - The class ID.
        structureKey - The structure key.
    • Method Detail

      • getClassID

        public ClassID getClassID()

        Gets or sets the class ID.

        Value: The class ID.
      • setClassID

        public void setClassID(ClassID value)
      • getClassName

        public String getClassName()

        Gets or sets the class name.

        Value: The class name.
      • setClassName

        public void setClassName(String value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure