Definitions for "Graphics context"
Various information for graphics output such as foreground pixel, background pixel, line width, clipping region, etc is stored in a ``graphics context''. A graphics context can only be used with drawables that have the same root and the same depth as the graphics context.
a definition of how graphics are to be drawn within a window--for example, the default background color, line style, clipping, and font
an abstract representation of a graphical surface that can be drawn upon
Keywords:  belonging, class, java, object
an object belonging to the class Graphics
an object belonging to the class, java