Rev 31887 |
Rev 31982 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 31938 2004-11-16 21:34:28
- Author: murrell
- Log message:
- New recordGraphics() function for recording arbitrary code on the graphics engine
display list; intended to encapsulate calculate-then-draw operations
recordGraphics(), .Call.graphics(), .External.graphics, and traditional/base
graphics operations do not record when they are nested within each other.
Error/user-interrupt handling code performs some resetting of graphics engine
state.
grid drawDetails methods are recorded on graphics engine display list by default
(so will be rerun on device resize or copy between devices)