Packages

 

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

Class BooleanStructure



  • public final class BooleanStructure
    extends OSTypeStructure

    The boolean structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • BooleanStructure

        public BooleanStructure(ClassID keyName)

        Initializes a new instance of the BooleanStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getValue

        public boolean getValue()

        Gets or sets a boolean value.

        Value: A boolean value.
      • setValue

        public void setValue(boolean value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure