public class PlotAnimator
| Constructor and Description |
|---|
PlotAnimator(android.view.View view,
int animationDurationMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
fadeIn(ChartDataSource dataSource) |
void |
fadeOut(ChartDataSource dataSource) |
int |
getAlpha(ChartDataSource dataSource) |
boolean |
isAnimationInProgress(ChartDataSource dataSource) |
public PlotAnimator(@NotNull
android.view.View view,
int animationDurationMillis)
public void fadeIn(@NotNull
ChartDataSource dataSource)
public void fadeOut(@NotNull
ChartDataSource dataSource)
public boolean isAnimationInProgress(@NotNull
ChartDataSource dataSource)
public int getAlpha(@NotNull
ChartDataSource dataSource)