com.eteks.sweethome3d.swing
Class HomePDFPrinter
java.lang.Object
com.eteks.sweethome3d.swing.HomePDFPrinter
public class HomePDFPrinter
- extends Object
Home PDF printer. PDF creation is implemented with iText.
- Author:
- Emmanuel Puybaret
Method Summary |
void |
write(OutputStream outputStream)
Writes to outputStream the print of a home in PDF format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomePDFPrinter
public HomePDFPrinter(Home home,
UserPreferences preferences,
HomeController controller,
Font defaultFont)
- Creates a PDF printer able to write to an output stream.
write
public void write(OutputStream outputStream)
throws IOException
- Writes to
outputStream
the print of a home in PDF format.
- Throws:
IOException