public class AdobeComposite
extends java.lang.Object
implements java.awt.Composite
Modifier and Type | Field and Description |
---|---|
static int |
CT_LAST |
static int |
CT_MULTIPLY |
static int |
CT_NORMAL |
Constructor and Description |
---|
AdobeComposite(int compositeType,
float extraAlpha)
Creates a new instance of AdobeComposite
|
Modifier and Type | Method and Description |
---|---|
java.awt.CompositeContext |
createContext(java.awt.image.ColorModel srcColorModel,
java.awt.image.ColorModel dstColorModel,
java.awt.RenderingHints hints) |
int |
getCompositeType() |
public static final int CT_NORMAL
public static final int CT_MULTIPLY
public static final int CT_LAST