public final class ColorSpaceHintKey extends RenderingHints.Key
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleValue(Object val) |
equals, hashCode, intKey
public static Object VALUE_COLORSPACE_ARGB
public static Object VALUE_COLORSPACE_RGB
public static Object VALUE_COLORSPACE_GREY
public static Object VALUE_COLORSPACE_AGREY
public static Object VALUE_COLORSPACE_ALPHA
public static Object VALUE_COLORSPACE_ALPHA_CONVERT
public static final String PROPERTY_COLORSPACE
public boolean isCompatibleValue(Object val)
isCompatibleValue
in class RenderingHints.Key
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.