|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageProcessingHints
This interface defines some standard hints to be used for image processing in this package. They are provided for convenience. You can define your own hints as you like. Generally, consumers should not rely on the presence of any hint!
Field Summary | |
---|---|
static java.lang.Object |
BITMAP_TYPE_INTENT
Used to tell a bitmap producer to generate a certain type of bitmap. |
static java.lang.String |
BITMAP_TYPE_INTENT_GRAY
Used with BITMAP_TYPE_INTENT to indicate that the generated bitmap should be a grayscale image. |
static java.lang.String |
BITMAP_TYPE_INTENT_MONO
Used with BITMAP_TYPE_INTENT to indicate that the generated bitmap should be a 1 bit black and white image. |
static java.lang.Object |
IGNORE_COLOR_PROFILE
Used to tell the image loader to ignore any color profile in the image. |
static java.lang.Object |
IMAGE_MANAGER
Used to pass in the ImageManager . |
static java.lang.Object |
IMAGE_SESSION_CONTEXT
Used to pass in the ImageSessionContext . |
static java.lang.Object |
SOURCE_RESOLUTION
Used to send a hint about the source resolution for pixel to unit conversions. |
static java.lang.Object |
TARGET_RESOLUTION
Used to send a hint about the target resolution (of the final output format). |
static java.lang.Object |
TRANSPARENCY_INTENT
Used to indicate how existing transparency information (for example, an alpha channel) shall be treated. |
static java.lang.String |
TRANSPARENCY_INTENT_IGNORE
Used with TRANSPARENCY_INTENT to indicate that any transparency information shall be ignored. |
static java.lang.String |
TRANSPARENCY_INTENT_PRESERVE
Used with TRANSPARENCY_INTENT to indicate that any transparency information shall be preserved (the default). |
Field Detail |
---|
static final java.lang.Object SOURCE_RESOLUTION
static final java.lang.Object TARGET_RESOLUTION
static final java.lang.Object IMAGE_SESSION_CONTEXT
ImageSessionContext
. A consumer can use this to load embedded
images over the same mechanism as the main image (ex. JPEG images referenced in an
SVG image).
static final java.lang.Object IMAGE_MANAGER
ImageManager
. A consumer can use this to load embedded
images over the same mechanism as the main image (ex. JPEG images referenced in an
SVG image).
static final java.lang.Object IGNORE_COLOR_PROFILE
static final java.lang.Object BITMAP_TYPE_INTENT
static final java.lang.String BITMAP_TYPE_INTENT_GRAY
static final java.lang.String BITMAP_TYPE_INTENT_MONO
static final java.lang.Object TRANSPARENCY_INTENT
static final java.lang.String TRANSPARENCY_INTENT_PRESERVE
static final java.lang.String TRANSPARENCY_INTENT_IGNORE
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |