public class CdrGradientStop extends Object
The cdr gradient stop
Constructor and Description |
---|
CdrGradientStop() |
Modifier and Type | Method and Description |
---|---|
CdrColor |
getColor()
Gets the color.
|
double |
getOffset()
Gets the offset.
|
void |
setColor(CdrColor value)
Sets the color.
|
void |
setOffset(double value)
Sets the offset.
|
public final CdrColor getColor()
Gets the color.
public final void setColor(CdrColor value)
Sets the color.
value
- the color.public final double getOffset()
Gets the offset.
public final void setOffset(double value)
Sets the offset.
value
- the offset.