public abstract class GFXGraphicContext extends Object implements GFXContext
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 and Description |
|---|
GFXGraphicContext() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(GFXGraphicContext c1,
GFXGraphicContext c2) |
public static boolean match(GFXGraphicContext c1, GFXGraphicContext c2)
Copyright © 2010 - 2020 Adobe. All Rights Reserved