-
@Deprecated() public class GradientColor extends Fill
Deprecated. Use `Fill`
-
-
Method Summary
Modifier and Type Method Description intgetStartColor()Deprecated. voidsetStartColor(int startColor)Deprecated. intgetEndColor()Deprecated. voidsetEndColor(int endColor)Deprecated. -
Methods inherited from class com.github.mikephil.charting.utils.Fill
fillPath, fillRect, getAlpha, getColor, getGradientColors, getGradientPositions, getType, setAlpha, setColor, setGradientColors, setGradientColors, setGradientPositions, setType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStartColor
@Deprecated() int getStartColor()
Deprecated. Use `Fill.getGradientColors()`
-
setStartColor
@Deprecated() void setStartColor(int startColor)
Deprecated. Use `Fill.setGradientColors(...)`
-
getEndColor
@Deprecated() int getEndColor()
Deprecated. Use `Fill.getGradientColors()`
-
setEndColor
@Deprecated() void setEndColor(int endColor)
Deprecated. Use `Fill.setGradientColors(...)`
-
-
-
-