Changes between Version 29 and Version 30 of PAGE_PREVIEW_PALETTE_R0


Ignore:
Timestamp:
06/16/09 13:18:33 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_PREVIEW_PALETTE_R0

    v29 v30  
    3737  * We need to add a ReadPageWorkArea property in PagePreviewPalette. 
    3838  * The ReadPageWorkArea should be used to set the current page as the page changes so a Scene object can be extracted from it. 
    39   * In PagePreviewPaletteCellRenderer the Scene is used with SceneHelper to draw it to the graphic. 
     39  * A PageThumbnail object will be created for each page item and used to draw the page in a overriden paintComponent method. 
    4040  * Before the drawing the Graphics object is scaled by the ratio of thumbwidth/pagewidth. 
    4141 * Setting the selected thumbnail as current page - already done.