com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IGradientStopEffectiveData

  • All Known Implementing Classes:
    GradientStopEffectiveData


    public interface IGradientStopEffectiveData

    immutable object which represents a gradient stop.

    • Method Detail

      • getPosition

        float getPosition()

        Returns the position (0..1) of a gradient stop. Read-only float.

      • getColor

        java.lang.Integer getColor()

        Returns the color of a gradient stop. Read-only Integer.