Packages

 

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

Class UnitStructure



  • public final class UnitStructure
    extends OSTypeStructure

    The unit structure.

    • Field Detail

      • StructureKey

        public static final int StructureKey

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • UnitStructure

        public UnitStructure(ClassID keyName)

        Initializes a new instance of the UnitStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getUnitType

        public final int getUnitType()

        Gets or sets the unit type.

        Value: The unit type.
      • setUnitType

        public final void setUnitType(int value)

        Gets or sets the unit type.

        Value: The unit type.
      • getValue

        public final double getValue()

        Gets or sets the value.

        Value: The value.
      • setValue

        public final void setValue(double value)

        Gets or sets the value.

        Value: The value.