getStandardWidth method

double getStandardWidth ()

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

Implementation

static double getStandardWidth() {
  return 0.01;
}