Uses of Interface
com.ibm.icu.impl.duration.DurationFormatterFactory
Packages that use DurationFormatterFactory
-
Uses of DurationFormatterFactory in com.ibm.icu.impl.duration
Classes in com.ibm.icu.impl.duration that implement DurationFormatterFactoryModifier and TypeClassDescription(package private) class
Abstract factory object used to create DurationFormatters.Methods in com.ibm.icu.impl.duration that return DurationFormatterFactoryModifier and TypeMethodDescriptionBasicPeriodFormatterService.newDurationFormatterFactory()
PeriodFormatterService.newDurationFormatterFactory()
Creates a new factory for creating DurationFormatters.BasicDurationFormatterFactory.setFallback
(DateFormatter fallback) Set a fallback formatter for durations over a given limit.DurationFormatterFactory.setFallback
(DateFormatter fallback) Set a fallback formatter for durations over a given limit.BasicDurationFormatterFactory.setFallbackLimit
(long fallbackLimit) Set a fallback limit for durations over a given limit.DurationFormatterFactory.setFallbackLimit
(long fallbackLimit) Set a fallback limit for durations over a given limit.Set the name of the locale that will be used when creating new formatters.Set the name of the locale that will be used when creating new formatters.BasicDurationFormatterFactory.setPeriodBuilder
(PeriodBuilder builder) Set the builder used by the factory.DurationFormatterFactory.setPeriodBuilder
(PeriodBuilder builder) Set the builder used by the factory.BasicDurationFormatterFactory.setPeriodFormatter
(PeriodFormatter formatter) Set the period formatter used by the factory.DurationFormatterFactory.setPeriodFormatter
(PeriodFormatter formatter) Set the period formatter used by the factory.BasicDurationFormatterFactory.setTimeZone
(TimeZone timeZone) Set the name of the locale that will be used when creating new formatters.DurationFormatterFactory.setTimeZone
(TimeZone timeZone) Set the name of the locale that will be used when creating new formatters.