Changes between Version 29 and Version 30 of PAGE_PREVIEW_PALETTE_R0
- Timestamp:
- 06/16/09 13:18:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_PREVIEW_PALETTE_R0
v29 v30 37 37 * We need to add a ReadPageWorkArea property in PagePreviewPalette. 38 38 * 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. 40 40 * Before the drawing the Graphics object is scaled by the ratio of thumbwidth/pagewidth. 41 41 * Setting the selected thumbnail as current page - already done.