public interface IGradientTransparencyPoint
Base interface for fill settings
Modifier and Type | Method and Description |
---|---|
int |
getLocation()
Gets the location.
|
int |
getMedianPointLocation()
Gets the median point location.
|
double |
getOpacity()
Gets the opacity.
|
void |
setLocation(int value)
Sets the location.
|
void |
setMedianPointLocation(int value)
Sets the median point location.
|
void |
setOpacity(double value)
Sets the opacity.
|
double getOpacity()
Gets the opacity.
void setOpacity(double value)
Sets the opacity.
value
- the opacity.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.