Uses of Class
org.openjdk.jmc.common.unit.DisplayFormatter
-
Packages that use DisplayFormatter Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of DisplayFormatter in org.openjdk.jmc.common.unit
Subclasses of DisplayFormatter in org.openjdk.jmc.common.unit Modifier and Type Class Description static class
KindOfQuantity.ExactFormatter<U extends TypedUnit<U>>
static class
KindOfQuantity.VerboseFormatter<U extends TypedUnit<U>>
static class
LinearKindOfQuantity.AutoFormatter
static class
LinearKindOfQuantity.DualUnitFormatter
Fields in org.openjdk.jmc.common.unit with type parameters of type DisplayFormatter Modifier and Type Field Description private java.util.List<DisplayFormatter<T>>
ContentType. m_formatters
Methods in org.openjdk.jmc.common.unit that return types with arguments of type DisplayFormatter Modifier and Type Method Description java.util.List<DisplayFormatter<T>>
ContentType. getFormatters()
Methods in org.openjdk.jmc.common.unit with parameters of type DisplayFormatter Modifier and Type Method Description protected void
ContentType. addFormatter(DisplayFormatter<T> formatter)
-