Class GFXGraphicContext

  • All Implemented Interfaces:
    GFXContext

    public abstract class GFXGraphicContext
    extends java.lang.Object
    implements GFXContext
    The graphic context allows the client to manage different graphic attributes--attributes that are outside the scope of functionality provided by XGA. This class is intended to represent graphic attributes that dont change the layout of text.

    The client can attach a graphic context pointer to a graphic attribute (jfGfxAttr) instance. This will get passed through intermediate layers and eventually find its way back to the client's implementation of the graphic driver, where the client can act on it accordingly.