com.aspose.slides.pptx
Class GradientStopEx

java.lang.Object
  extended by com.aspose.slides.pptx.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 the position (0..1) of a gradient stop.
 void setPosition(float value)
          Sets 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.


setPosition

public void setPosition(float value)
Sets the position (0..1) of a gradient stop.

Parameters:
value - new gradient stop position.

getColor

public ColorFormatEx getColor()
Returns the color of a gradient stop.

Returns:
See ColorFormatEx.