PointView

PointView

class PointView

Constructors

<init>

constructor(context: Context, attr: AttributeSet)

Parameters

Name Description
context: Context
attr: AttributeSet

Methods

startAnimation

fun startAnimation(newPoint: Int, hideOnEnd: Boolean)

Parameters

Name Description
newPoint: Int
hideOnEnd: Boolean

ReturnValue

Name Description
Unit

startAnimationFromTop

fun startAnimationFromTop(newPoint: Int)

Parameters

Name Description
newPoint: Int

ReturnValue

Name Description
Unit

showPoints

fun showPoints(points: Int)

Parameters

Name Description
points: Int

ReturnValue

Name Description
Unit