示例#1
0
 /**
  * Returns the unit bar value.
  *
  * @return See above.
  */
 String getUnitBarValue() {
   return UIUtilities.twoDecimalPlaces(unitInRefUnits);
 }