Package com.adobe.xfa.gfx
Class GFXGraphicContext
- java.lang.Object
-
- com.adobe.xfa.gfx.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.
-
-
Constructor Summary
Constructors Constructor Description GFXGraphicContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
match(GFXGraphicContext c1, GFXGraphicContext c2)
-
-
-
Method Detail
-
match
public static boolean match(GFXGraphicContext c1, GFXGraphicContext c2)
-
-