public class GradientTransparencyPoint extends Object implements IGradientTransparencyPoint
Gradient Transparency Point
Constructor and Description |
---|
GradientTransparencyPoint()
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
int |
getLocation()
Gets the location.
|
int |
getMedianPointLocation()
Gets the median point location.
|
double |
getOpacity()
Gets the color.
|
void |
setLocation(int value)
Sets the location.
|
void |
setMedianPointLocation(int value)
Sets the median point location.
|
void |
setOpacity(double value)
Sets the color.
|
public GradientTransparencyPoint()
Initializes a new instance of the class.
public final double getOpacity()
Gets the color.
Value: The color.getOpacity
in interface IGradientTransparencyPoint
public final void setOpacity(double value)
Sets the color.
Value: The color.setOpacity
in interface IGradientTransparencyPoint
value
- the color.public final int getLocation()
Gets the location.
Value: The location.getLocation
in interface IGradientTransparencyPoint
public final void setLocation(int value)
Sets the location.
Value: The location.setLocation
in interface IGradientTransparencyPoint
value
- the location.public final int getMedianPointLocation()
Gets the median point location.
Value: The median point location.getMedianPointLocation
in interface IGradientTransparencyPoint
public final void setMedianPointLocation(int value)
Sets the median point location.
Value: The median point location.setMedianPointLocation
in interface IGradientTransparencyPoint
value
- the median point location.