PeriodFormatterFactory |
BasicPeriodFormatterService.newPeriodFormatterFactory() |
|
PeriodFormatterFactory |
PeriodFormatterService.newPeriodFormatterFactory() |
Creates a new factory for creating PeriodFormatters.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setCountVariant(int variant) |
Set the variant of the count to use.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setCountVariant(int variant) |
Set the variant of the count to use.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setDisplayLimit(boolean display) |
Set whether limits will be displayed.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setDisplayLimit(boolean display) |
Set whether limits will be displayed.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setDisplayPastFuture(boolean display) |
Set whether past and future will be displayed.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setDisplayPastFuture(boolean display) |
Set whether past and future will be displayed.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setLocale(java.lang.String localeName) |
Set the locale for this factory.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setLocale(java.lang.String localeName) |
Set the name of the locale that will be used when
creating new formatters.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setSeparatorVariant(int variant) |
Set how separators will be displayed.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setSeparatorVariant(int variant) |
Set how separators will be displayed.
|
PeriodFormatterFactory |
BasicPeriodFormatterFactory.setUnitVariant(int variant) |
Set the variant of the time unit names to use.
|
PeriodFormatterFactory |
PeriodFormatterFactory.setUnitVariant(int variant) |
Set the variant of the time unit names to use.
|