| org.joda.time.format.PeriodPrinter | 
Internal interface for printing textual representations of time periods.
 Application users will rarely use this class directly. Instead, you
 will use one of the factory classes to create a PeriodFormatter.
 
 The factory classes are:
 - PeriodFormatterBuilder
 - PeriodFormat
 - ISOPeriodFormat
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the exact number of characters produced for the given period. 
  
   | |||||||||||
Returns the amount of fields from the given period that this printer
 will print. 
  
   | |||||||||||
Prints a ReadablePeriod to a StringBuffer. 
  
   | |||||||||||
Prints a ReadablePeriod to a Writer. 
  
   | |||||||||||
Returns the exact number of characters produced for the given period.
| period | the period to use | 
|---|---|
| locale | the locale to use | 
Returns the amount of fields from the given period that this printer will print.
| period | the period to use | 
|---|---|
| stopAt | stop counting at this value, enter a number ≥ 256 to count all | 
| locale | the locale to use | 
Prints a ReadablePeriod to a StringBuffer.
| buf | the formatted period is appended to this buffer | 
|---|---|
| period | the period to format | 
| locale | the locale to use | 
Prints a ReadablePeriod to a Writer.
| out | the formatted period is written out | 
|---|---|
| period | the period to format | 
| locale | the locale to use | 
| IOException | 
|---|