Uses of Interface
com.ibm.icu.impl.duration.PeriodFormatterFactory
Packages that use PeriodFormatterFactory
-
Uses of PeriodFormatterFactory in com.ibm.icu.impl.duration
Classes in com.ibm.icu.impl.duration that implement PeriodFormatterFactoryModifier and TypeClassDescriptionclass
An implementation of PeriodFormatterFactory that provides customization of formatting behavior.Methods in com.ibm.icu.impl.duration that return PeriodFormatterFactoryModifier and TypeMethodDescriptionBasicPeriodFormatterService.newPeriodFormatterFactory()
PeriodFormatterService.newPeriodFormatterFactory()
Creates a new factory for creating PeriodFormatters.BasicPeriodFormatterFactory.setCountVariant
(int variant) Set the variant of the count to use.PeriodFormatterFactory.setCountVariant
(int variant) Set the variant of the count to use.BasicPeriodFormatterFactory.setDisplayLimit
(boolean display) Set whether limits will be displayed.PeriodFormatterFactory.setDisplayLimit
(boolean display) Set whether limits will be displayed.BasicPeriodFormatterFactory.setDisplayPastFuture
(boolean display) Set whether past and future will be displayed.PeriodFormatterFactory.setDisplayPastFuture
(boolean display) Set whether past and future will be displayed.Set the locale for this factory.Set the name of the locale that will be used when creating new formatters.BasicPeriodFormatterFactory.setSeparatorVariant
(int variant) Set how separators will be displayed.PeriodFormatterFactory.setSeparatorVariant
(int variant) Set how separators will be displayed.BasicPeriodFormatterFactory.setUnitVariant
(int variant) Set the variant of the time unit names to use.PeriodFormatterFactory.setUnitVariant
(int variant) Set the variant of the time unit names to use.