org.apache.batik.ext.awt
public final class ColorSpaceHintKey extends Key
Field Summary | |
---|---|
static String | PROPERTY_COLORSPACE |
static Object | VALUE_COLORSPACE_AGREY
Notice to source that we only want Greyscale data with
an alpha channel. |
static Object | VALUE_COLORSPACE_ALPHA
Notice to source that we only want an alpha channel.
|
static Object | VALUE_COLORSPACE_ALPHA_CONVERT
Notice to source that we only want an alpha channel.
|
static Object | VALUE_COLORSPACE_ARGB
Notice to source that we prefer an Alpha RGB Image. |
static Object | VALUE_COLORSPACE_GREY
Notice to source that we only want Greyscale data (no Alpha). |
static Object | VALUE_COLORSPACE_RGB
Notice to source that we will not use Alpha Channel but
we still want RGB data. |
Method Summary | |
---|---|
boolean | isCompatibleValue(Object val) |