public class GradientStopEffectiveData extends java.lang.Object implements IGradientStopEffectiveData
immutable object which represents a gradient stop.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getColor()
Returns the color of a gradient stop.
|
float |
getPosition()
Returns the position (0..1) of a gradient stop.
|
public final float getPosition()
Returns the position (0..1) of a gradient stop.
Read-only float
.
getPosition
in interface IGradientStopEffectiveData
public final java.lang.Integer getColor()
Returns the color of a gradient stop.
Read-only Integer
.
getColor
in interface IGradientStopEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.