Packages

 

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

Class ClassStructure



  • public final class ClassStructure
    extends OSTypeStructure

    The class structure.

    • Field Detail

      • StructureKeyClss

        public static final int StructureKeyClss

        Identifies the structure key.

        See Also:
        Constant Field Values
      • StructureKeyType

        public static final int StructureKeyType

        Identifies the structure key.

        See Also:
        Constant Field Values
      • StructureKeyGlbc

        public static final int StructureKeyGlbc

        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 final ClassID getClassID()

        Gets or sets the class ID.

        Value: The class ID.
      • setClassID

        public final void setClassID(ClassID value)

        Gets or sets the class ID.

        Value: The class ID.
      • getClassName

        public final String getClassName()

        Gets or sets the class name.

        Value: The class name.
      • setClassName

        public final void setClassName(String value)

        Gets or sets the class name.

        Value: The class name.