T - generic type of chronological entity to be formattedpublic interface ChronoPrinter<T>
Prints a chronological entity.
ChronoEntity| Modifier and Type | Method and Description |
|---|---|
Object |
print(T formattable,
Appendable buffer,
AttributeQuery attributes)
Creates a text output and writes it into given buffer.
|
Object print(T formattable, Appendable buffer, AttributeQuery attributes) throws IOException
Creates a text output and writes it into given buffer.
Note: Implementations must document the type and content of the result to be returned.
formattable - chronological entity to be formattedbuffer - format buffer any text output will be sent toattributes - control attributesIllegalArgumentException - if the object is not formattableIOException - if writing into buffer failsCopyright © 2014. All rights reserved.