Common Graphics

Common Graphics
The Common Graphics (CG) subsystem can be divided into two sets of classes:
This document first describes the core Common Graphics classes and later describes the Image Support classes.
The core Common Graphics classes and methods enable programmers to do the following:
Common Graphics Image Support also enables programmers to do the following:
This chapter describes how the core system is based on the X Window System's graphics library, shows the class hierarchy, and explains the basic process for building an application. It summarizes resource management, describing when and how to free graphics resources that have been allocated.
Classes in the Common Graphics hierarchy are prefixed by the letters 'Cg;' for example, CgRGBColor or CgFont.