Changes between Version 15 and Version 16 of BOOK_STATIC_PDF_EXPORT_R0
- Timestamp:
- 05/14/09 15:49:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BOOK_STATIC_PDF_EXPORT_R0
v15 v16 47 47 * Create ExportToPDFLogic class that will handle clicks perform over ExportToPDFItem menu item. 48 48 * Export the paint method from the !SimpleSceneVisual class to !SceneHelper class as static method. The idea is to provide the same logic for drawing a part of a scene over given graphics. Use the newly created method to draw over a PDF document. 49 * Over the PDF file will be drawn everything that is visible on the scene at the moment of exporting. In other words, if there is a movie frame on the scene, in the pdf file will appear this frame of the movie that is drawn over the scene in the moment of exporting. 49 50 50 51 = Implementation =