|
xmlgraphics-commons 1.3.1 | |||||||||
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.
Field Summary | |
---|---|
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 |
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). |
Field Detail |
---|
static final java.lang.Object SOURCE_RESOLUTION
static final java.lang.Object TARGET_RESOLUTION
static final java.lang.Object IGNORE_COLOR_PROFILE
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |