public interface IGradientColorPoint
Base interface for fill settings
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.
|
Color getColor()
Gets or sets the color.
Value: The color.void setColor(Color value)
Gets or sets the color.
Value: The color.int getLocation()
Gets or sets the location.
Value: The location.void setLocation(int value)
Gets or sets the location.
Value: The location.int getMedianPointLocation()
Gets or sets the median point location.
Value: The median point location.void setMedianPointLocation(int value)
Gets or sets the median point location.
Value: The median point location.