getStandardRadius method

double getStandardRadius ()

Returns the percentage of the view width which one Dot will take up

Implementation

static double getStandardRadius() {
  return 0.05;
}