example #1: GR_Graphics
fairly vanilla 2D graphics API
· Select fonts and colors
· Draw text, line, polyline, etc.
· Draw images
subclasses
· GR_BeOSGraphics
· GR_Win32Graphics
· GR_UnixGraphics
· PS_Graphics
printing is handled by appropriate subclass
|