Point

constructor(x: Float, y: Float, description: String = "Value of point is ")

Parameters

x

: x co-ordinate value in the graph

y

: y co-ordinate value in the graph

description

: Description given to describe the value of the point for accessibility service Used this class over PointF as its a java class and unable to mock the same