| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.GradientStop
public class GradientStop
Represents a gradient stop.
| Constructor Summary | |
|---|---|
| GradientStop(float position,
             ColorFormat color) | |
| Method Summary | |
|---|---|
|  ColorFormat | getColor()Gets the color of a gradient stop. | 
|  float | getPosition()Gets the position (0..1) of a gradient stop. | 
|  void | setPosition(float value)Sets the position (0..1) of a gradient stop. | 
| Constructor Detail | 
|---|
public GradientStop(float position,
                    ColorFormat color)
| Method Detail | 
|---|
public float getPosition()
public void setPosition(float value)
public ColorFormat getColor()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||