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.
public Point getEnd()
Gets end point.
public void setEnd(Point value)
Sets end point.
public Color getStartColor()
Gets start color.
public void setStartColor(Color value)
Sets start color.
public Color getEndColor()
Gets end color.
public void setEndColor(Color value)
Sets end color.
Copyright © 2017 Aspose. All Rights Reserved.