com.aspose.slides
Class GradientStopDataEx

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

public class GradientStopDataEx
extends java.lang.Object

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.


getColor

public java.awt.Color getColor()