com.aspose.slides
Class GradientStopEffectiveData

java.lang.Object
  extended by com.aspose.slides.GradientStopEffectiveData
All Implemented Interfaces:
IGradientStopEffectiveData

public class GradientStopEffectiveData
extends java.lang.Object
implements IGradientStopEffectiveData

immutable object which represents a gradient stop.


Method Summary
 java.awt.Color getColor()
           
 float getPosition()
           Returns the position (0..1) of a gradient stop.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPosition

public float getPosition()

Returns the position (0..1) of a gradient stop. Readonly float.

Specified by:
getPosition in interface IGradientStopEffectiveData

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface IGradientStopEffectiveData