Changes between Version 17 and Version 18 of BOOK_STATIC_PDF_EXPORT_R0


Ignore:
Timestamp:
05/14/09 18:40:42 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_STATIC_PDF_EXPORT_R0

    v17 v18  
    4646 * In the File Menu of the application add "Export To PDF" menu item. Create ExportToPDFItem class in the newly created package. 
    4747 * Create ExportToPDFLogic class that will handle clicks perform over ExportToPDFItem menu item. 
     48 * Create a static method getFile(BookView view) in the ExportToPDFItem that will show a dialog to choose where to save the new file. 
    4849 * 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. 
    4950 * 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 it will appear this frame of the movie that is drawn over the scene at the moment of exporting.