public interface IGradientColorPoint
Base interface for fill settings
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets the color.
|
int |
getLocation()
Gets the location.
|
int |
getMedianPointLocation()
Gets the median point location.
|
void |
setColor(Color value)
Sets the color.
|
void |
setLocation(int value)
Sets the location.
|
void |
setMedianPointLocation(int value)
Sets the median point location.
|
Color getColor()
Gets the color.
void setColor(Color value)
Sets the color.
value
- the color.int getLocation()
Gets the location.
void setLocation(int value)
Sets the location.
value
- the location.int getMedianPointLocation()
Gets the median point location.
void setMedianPointLocation(int value)
Sets the median point location.
value
- the median point location.