Packages

 

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

Class DoubleStructure



  • public final class DoubleStructure
    extends OSTypeStructure

    The double structure.

    • Field Detail

      • StructureKey

        public static final int StructureKey

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • DoubleStructure

        public DoubleStructure(ClassID keyName)

        Initializes a new instance of the DoubleStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getValue

        public final double getValue()

        Gets or sets the double value.

        Value: The double value.
      • setValue

        public final void setValue(double value)

        Gets or sets the double value.

        Value: The double value.