Packages

 

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

Class IntegerStructure



  • public final class IntegerStructure
    extends OSTypeStructure

    The integer structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        The integer structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • IntegerStructure

        public IntegerStructure(ClassID keyName)

        Initializes a new instance of the IntegerStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getValue

        public int getValue()

        Gets or sets an integer value.

        Value: An integer value.
      • setValue

        public void setValue(int value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure