Interface GFXContext

  • All Known Subinterfaces:
    GFXModelContext
    All Known Implementing Classes:
    GFXGraphicContext, GFXTextContext, TextFrame, TextNullFrame, TextPanel

    public interface GFXContext

    Class jfGfxContext is the base class for all graphic context classes.

    It is expected that not all clients will want or need to use the XFA typing mechanism. For example, a client may choose to implement only one type of text context. It can then safely assume that all text contexts passed to its driver implementation will be of the type that it implemented. An application needs to worry about context type only if it chooses to derive multiple types from one of the context classes.