Uses of Interface
org.joda.time.format.PeriodPrinter
Packages that use PeriodPrinter
Package
Description
Provides printing and parsing support for instants and durations.
-
Uses of PeriodPrinter in org.joda.time.format
Classes in org.joda.time.format that implement PeriodPrinterModifier and TypeClassDescription(package private) static classPrinter/parser that reacts to the locale and changes the word-based pattern if necessary.(package private) static classComposite implementation that merges other fields to create a full pattern.(package private) static classFormats the numeric value of a field, potentially with prefix/suffix.(package private) static classHandles a simple literal piece of text.(package private) static classHandles a separator, that splits the fields into multiple parts.Fields in org.joda.time.format declared as PeriodPrinterModifier and TypeFieldDescriptionprivate PeriodPrinterPeriodFormatterBuilder.Separator.iAfterPrinterprivate final PeriodPrinterPeriodFormatterBuilder.Separator.iBeforePrinterprivate final PeriodPrinterPeriodFormatter.iPrinterThe internal printer used to output the datetime.private final PeriodPrinter[]PeriodFormatterBuilder.Composite.iPrintersMethods in org.joda.time.format that return PeriodPrinterModifier and TypeMethodDescriptionprivate PeriodPrinterPeriodFormat.DynamicWordBased.getPrinter(Locale locale) PeriodFormatter.getPrinter()Gets the internal printer object that performs the real printing work.PeriodFormatterBuilder.toPrinter()Internal method to create a PeriodPrinter instance using all the appended elements.Methods in org.joda.time.format with parameters of type PeriodPrinterModifier and TypeMethodDescriptionPeriodFormatterBuilder.append(PeriodPrinter printer, PeriodParser parser) Appends a printer parser pair.private PeriodFormatterBuilderPeriodFormatterBuilder.append0(PeriodPrinter printer, PeriodParser parser) (package private) PeriodFormatterBuilder.SeparatorPeriodFormatterBuilder.Separator.finish(PeriodPrinter afterPrinter, PeriodParser afterParser) Constructors in org.joda.time.format with parameters of type PeriodPrinterModifierConstructorDescriptionPeriodFormatter(PeriodPrinter printer, PeriodParser parser) Creates a new formatter, however you will normally use the factory or the builder.(package private)PeriodFormatter(PeriodPrinter printer, PeriodParser parser, Locale locale, PeriodType type) Constructor.(package private)Separator(String text, String finalText, String[] variants, PeriodPrinter beforePrinter, PeriodParser beforeParser, boolean useBefore, boolean useAfter)