public class GradientColorPoint extends Object implements IGradientColorPoint
Gradient Color Point
Constructor and Description |
---|
GradientColorPoint()
Initializes a new instance of the
GradientColorPoint class. |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets or sets the color.
|
int |
getLocation()
Gets or sets the location.
|
int |
getMedianPointLocation()
Gets or sets the median point location.
|
void |
setColor(Color value)
Gets or sets the color.
|
void |
setLocation(int value)
Gets or sets the location.
|
void |
setMedianPointLocation(int value)
Gets or sets the median point location.
|
public GradientColorPoint()
Initializes a new instance of the GradientColorPoint
class.
public final Color getColor()
Gets or sets the color.
Value: The color.getColor
in interface IGradientColorPoint
public final void setColor(Color value)
Gets or sets the color.
Value: The color.setColor
in interface IGradientColorPoint
public final int getLocation()
Gets or sets the location.
Value: The location.getLocation
in interface IGradientColorPoint
public final void setLocation(int value)
Gets or sets the location.
Value: The location.setLocation
in interface IGradientColorPoint
public final int getMedianPointLocation()
Gets or sets the median point location.
Value: The median point location.getMedianPointLocation
in interface IGradientColorPoint
public final void setMedianPointLocation(int value)
Gets or sets the median point location.
Value: The median point location.setMedianPointLocation
in interface IGradientColorPoint
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.