public interface Printable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
print(ObjectPrinter<?> printer)
Prints the content of the object into an object printer
|
java.lang.Object print(ObjectPrinter<?> printer) throws PrintException
printer - The printer to print the object toPrintException - Thrown if the operation cannot be carried onCopyright © Sylvain HallĂ©. All Rights Reserved.