public class FillAnimationValue extends ColorAnimationValue implements Value
| Constructor and Description |
|---|
FillAnimationValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRadius() |
int |
getRadiusReverse() |
int |
getStroke() |
int |
getStrokeReverse() |
void |
setRadius(int radius) |
void |
setRadiusReverse(int radiusReverse) |
void |
setStroke(int stroke) |
void |
setStrokeReverse(int strokeReverse) |
getColor, getColorReverse, setColor, setColorReversepublic int getRadius()
public void setRadius(int radius)
public int getRadiusReverse()
public void setRadiusReverse(int radiusReverse)
public int getStroke()
public void setStroke(int stroke)
public int getStrokeReverse()
public void setStrokeReverse(int strokeReverse)