public class GradientAxialShading extends PatternColorSpace
Represents gradient axial shading class.
Constructor and Description |
---|
GradientAxialShading()
Initializes a new instance of the
GradientAxialShading class. |
GradientAxialShading(Color startColor,
Color endColor)
Initializes a new instance of the
GradientAxialShading class. |
Modifier and Type | Method and Description |
---|---|
Point |
getEnd()
Gets end point.
|
Color |
getEndColor()
Gets end color.
|
Point |
getStart()
Gets start point.
|
Color |
getStartColor()
Gets start color.
|
void |
setEnd(Point value)
Sets end point.
|
void |
setEndColor(Color value)
Sets end color.
|
void |
setStart(Point value)
Sets start point.
|
void |
setStartColor(Color value)
Sets start color.
|
public GradientAxialShading()
Initializes a new instance of the GradientAxialShading
class.
public Point getStart()
Gets start point.
public void setStart(Point value)
Sets start point.
value
- Point objectpublic Point getEnd()
Gets end point.
public void setEnd(Point value)
Sets end point.
value
- Point objectpublic Color getStartColor()
Gets start color.
public void setStartColor(Color value)
Sets start color.
value
- com.aspose.pdf.Color objectpublic Color getEndColor()
Gets end color.
public void setEndColor(Color value)
Sets end color.
value
- com.aspose.pdf.Color object