Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusFocusScaleData

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusFocusScaleData
    extends EmfPlusStructureObjectType

    The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush.

    • Constructor Detail

      • EmfPlusFocusScaleData

        public EmfPlusFocusScaleData()
    • Method Detail

      • getFocusScaleX

        public float getFocusScaleX()

        Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.

      • setFocusScaleX

        public void setFocusScaleX(float value)

        Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.

      • getFocusScaleY

        public float getFocusScaleY()

        Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.

      • setFocusScaleY

        public void setFocusScaleY(float value)

        Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.

      • getFocusScaleCount

        public int getFocusScaleCount()

        Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2.

      • setFocusScaleCount

        public void setFocusScaleCount(int value)

        Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2.