Ejemplo n.º 1
0
 /**
  * Format the mid value
  *
  * @return Mid value formatted
  */
 public String formatMid() {
   return Misc.format(getMid());
 }
Ejemplo n.º 2
0
 /**
  * Format the max value
  *
  * @return Max value formatted
  */
 public String formatMax() {
   return Misc.format(max);
 }
Ejemplo n.º 3
0
 /**
  * Format the min value
  *
  * @return Min value formatted
  */
 public String formatMin() {
   return Misc.format(min);
 }