public final class ColorSpaceHintKey
extends java.awt.RenderingHints.Key
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROPERTY_COLORSPACE |
|
static java.lang.Object |
VALUE_COLORSPACE_AGREY |
Notice to source that we only want Greyscale data with
an alpha channel.
|
static java.lang.Object |
VALUE_COLORSPACE_ALPHA |
Notice to source that we only want an alpha channel.
|
static java.lang.Object |
VALUE_COLORSPACE_ALPHA_CONVERT |
Notice to source that we only want an alpha channel.
|
static java.lang.Object |
VALUE_COLORSPACE_ARGB |
Notice to source that we prefer an Alpha RGB Image.
|
static java.lang.Object |
VALUE_COLORSPACE_GREY |
Notice to source that we only want Greyscale data (no Alpha).
|
static java.lang.Object |
VALUE_COLORSPACE_RGB |
Notice to source that we will not use Alpha Channel but
we still want RGB data.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isCompatibleValue(java.lang.Object val) |
public static java.lang.Object VALUE_COLORSPACE_ARGB
public static java.lang.Object VALUE_COLORSPACE_RGB
public static java.lang.Object VALUE_COLORSPACE_GREY
public static java.lang.Object VALUE_COLORSPACE_AGREY
public static java.lang.Object VALUE_COLORSPACE_ALPHA
public static java.lang.Object VALUE_COLORSPACE_ALPHA_CONVERT
public static final java.lang.String PROPERTY_COLORSPACE
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.