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()
           Returns the color of a gradient stop.
 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. Read-only float.

Specified by:
getPosition in interface IGradientStopEffectiveData

getColor

public java.awt.Color getColor()
Description copied from interface: IGradientStopEffectiveData

Returns the color of a gradient stop. Read-only System.Drawing.Color.

Specified by:
getColor in interface IGradientStopEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.