Packages

 

com.aspose.psd.fileformats.psd.resources

Class PrintScaleResource



  • public final class PrintScaleResource
    extends ResourceBlock

    Print Scale resource

    • Constructor Detail

      • PrintScaleResource

        public PrintScaleResource()

        Initializes a new instance of the PrintScaleResource class.

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
      • getStyle

        public final short getStyle()

        Gets or sets the style.

        Value: The style.
      • setStyle

        public final void setStyle(short value)

        Gets or sets the style.

        Value: The style.
      • getXLocation

        public final float getXLocation()

        Gets or sets the x location.

        Value: The x location.
      • setXLocation

        public final void setXLocation(float value)

        Gets or sets the x location.

        Value: The x location.
      • getYLocation

        public final float getYLocation()

        Gets or sets the y location.

        Value: The y location.
      • setYLocation

        public final void setYLocation(float value)

        Gets or sets the y location.

        Value: The y location.
      • getScale

        public final float getScale()

        Gets or sets the scale.

        Value: The scale.
      • setScale

        public final void setScale(float value)

        Gets or sets the scale.

        Value: The scale.