public class GradientRadialShading extends PatternColorSpace
Represents gradient radial shading type.
Constructor and Description |
---|
GradientRadialShading()
Initializes a new instance of the
GradientRadialShading class. |
GradientRadialShading(Color startColor,
Color endColor)
Initializes a new instance of the
GradientRadialShading class. |
Modifier and Type | Method and Description |
---|---|
Point |
getEnd()
Gets or sets ending circle center point.
|
Color |
getEndColor()
Gets or sets end color.
|
double |
getEndingRadius()
Gets or sets ending circle radius.
|
Point |
getStart()
Gets or sets starting circle center point.
|
Color |
getStartColor()
Gets or sets start color.
|
double |
getStartingRadius()
Gets or sets starting circle radius.
|
void |
setEnd(Point value)
Gets or sets ending circle center point.
|
void |
setEndColor(Color value)
Gets or sets end color.
|
void |
setEndingRadius(double value)
Gets or sets ending circle radius.
|
void |
setStart(Point value)
Gets or sets starting circle center point.
|
void |
setStartColor(Color value)
Gets or sets start color.
|
void |
setStartingRadius(double value)
Gets or sets starting circle radius.
|
public GradientRadialShading()
Initializes a new instance of the GradientRadialShading
class.
public Point getStart()
Gets or sets starting circle center point.
public void setStart(Point value)
Gets or sets starting circle center point.
value
- Point instancepublic Point getEnd()
Gets or sets ending circle center point.
public void setEnd(Point value)
Gets or sets ending circle center point.
value
- Point instancepublic double getStartingRadius()
Gets or sets starting circle radius.
public void setStartingRadius(double value)
Gets or sets starting circle radius.
value
- double valuepublic double getEndingRadius()
Gets or sets ending circle radius.
public void setEndingRadius(double value)
Gets or sets ending circle radius.
value
- double valuepublic Color getStartColor()
Gets or sets start color.
public void setStartColor(Color value)
Gets or sets start color.
value
- Color instancepublic Color getEndColor()
Gets or sets end color.
public void setEndColor(Color value)
Gets or sets end color.
value
- Color instance