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 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.
|
public GradientColorPoint()
Initializes a new instance of the GradientColorPoint class.
public final Color getColor()
Gets the color.
Value: The color.getColor in interface IGradientColorPointpublic final void setColor(Color value)
Sets the color.
Value: The color.setColor in interface IGradientColorPointvalue - the color.public final int getLocation()
Gets the location.
Value: The location.getLocation in interface IGradientColorPointpublic final void setLocation(int value)
Sets the location.
Value: The location.setLocation in interface IGradientColorPointvalue - the location.public final int getMedianPointLocation()
Gets the median point location.
Value: The median point location.getMedianPointLocation in interface IGradientColorPointpublic final void setMedianPointLocation(int value)
Sets the median point location.
Value: The median point location.setMedianPointLocation in interface IGradientColorPointvalue - the median point location.