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 IGradientColorPoint
public final void setColor(Color value)
Sets the color.
Value: The color.setColor
in interface IGradientColorPoint
value
- the color.public final int getLocation()
Gets the location.
Value: The location.getLocation
in interface IGradientColorPoint
public final void setLocation(int value)
Sets the location.
Value: The location.setLocation
in interface IGradientColorPoint
value
- the location.public final int getMedianPointLocation()
Gets the median point location.
Value: The median point location.getMedianPointLocation
in interface IGradientColorPoint
public final void setMedianPointLocation(int value)
Sets the median point location.
Value: The median point location.setMedianPointLocation
in interface IGradientColorPoint
value
- the median point location.