public class MetricFormat extends Object implements DoubleFormat
| Constructor and Description |
|---|
MetricFormat() |
MetricFormat(boolean leadingZeros,
boolean intermediateZeros,
boolean fixedLength,
int high,
int low,
boolean decimal) |
MetricFormat(String format) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(double value) |
String |
formatDouble(double value) |
String |
toPattern() |
public MetricFormat(boolean leadingZeros,
boolean intermediateZeros,
boolean fixedLength,
int high,
int low,
boolean decimal)
public MetricFormat()
public MetricFormat(String format)
public String toPattern()
public String formatDouble(double value)
formatDouble in interface DoubleFormatpublic String format(double value)
Copyright © 2021 vpc open source initiative. All rights reserved.