Package com.adobe.xfa.gfx
Class GFXGraphicContext
java.lang.Object
com.adobe.xfa.gfx.GFXGraphicContext
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatch(GFXGraphicContext c1, GFXGraphicContext c2)
-
Constructor Details
-
GFXGraphicContext
public GFXGraphicContext()
-
-
Method Details
-
match
-