com.aspose.slides
Class GradientStopEx

java.lang.Object
  extended by com.aspose.slides.GradientStopEx

public class GradientStopEx
extends java.lang.Object

Represents a gradient stop.


Method Summary
 ColorFormatEx getColor()
           Returns the color of a gradient stop.
 float getPosition()
           Returns or sets the position (0..1) of a gradient stop.
 void setPosition(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPosition

public float getPosition()

Returns or sets the position (0..1) of a gradient stop. Read/write float.


setPosition

public void setPosition(float value)

getColor

public ColorFormatEx getColor()

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