| Modifier and Type | Method and Description |
|---|---|
RenderIntent |
ColorConvertActions.getConvertIntent()
Gets / sets the intent that overrides the object's original render intent when performing color conversion. UseProfileIntent means that the intent of the object must not be overridden.
|
RenderIntent |
ColorConvertParams.getIntentCMYK()
Gets / Sets a default CMYK Render Intent.
|
RenderIntent |
ColorConvertParams.getIntentGray()
Gets / Sets a default Gray Render Intent.
|
RenderIntent |
ColorConvertParams.getIntentRGB()
Gets / Sets a default RGB Render Intent.
|
RenderIntent |
ColorConvertActions.getIntentToMatch()
Gets / sets the rendering intent of the object. If this is UseProfileIntent this action applies to any intent.
|
RenderIntent |
DrawParams.getRenderIntent()
Default rendering intent is RelColorimetric (relative colorimetric).
|
RenderIntent |
GraphicState.getRenderIntent()
A color rendering intent corresponding to the Intent key in the image dictionary.
|
RenderIntent |
PageImageParams.getRenderIntent()
The RenderIntent used to specify color translation for colors outside gamut of the color profile used.
|
static RenderIntent |
RenderIntent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderIntent[] |
RenderIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the objects in the Container
|
Form |
Form.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the objects in the form
|
Group |
Group.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the elements in the Group object
|
Image |
Image.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the Image
|
Path |
Path.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the Path
|
Text |
Text.colorConvert(Document document,
ColorProfile prof,
RenderIntent intent,
boolean embed)
Applies the specified ICC ColorProfile to the Text object
|
byte[] |
ColorValueConverter.convertValues(ColorProfile sourceColorProfile,
ColorProfile destinationColorProfile,
RenderIntent intent,
long numberOfInputValueSets,
byte[] inputValueSets)
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
|
byte[] |
ColorValueConverter.convertValues(ColorProfile sourceColorProfile,
java.lang.String destinationColorProfilePath,
RenderIntent intent,
long numberOfInputValueSets,
byte[] inputValueSets)
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
|
byte[] |
ColorValueConverter.convertValues(java.lang.String sourceColorProfilePath,
ColorProfile destinationColorProfile,
RenderIntent intent,
long numberOfInputValueSets,
byte[] inputValueSets)
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
|
byte[] |
ColorValueConverter.convertValues(java.lang.String sourceColorProfilePath,
java.lang.String destinationColorProfilePath,
RenderIntent intent,
long numberOfInputValueSets,
byte[] inputValueSets)
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
|
void |
ColorConvertActions.setConvertIntent(RenderIntent newIntent) |
void |
ColorConvertParams.setIntentCMYK(RenderIntent intentCMYK) |
void |
ColorConvertParams.setIntentGray(RenderIntent intentGray) |
void |
ColorConvertParams.setIntentRGB(RenderIntent intentRGB) |
void |
ColorConvertActions.setIntentToMatch(RenderIntent newIntent) |
void |
DrawParams.setRenderIntent(RenderIntent value)
Default rendering intent is RelColorimetric (relative colorimetric).
|
void |
GraphicState.setRenderIntent(RenderIntent renderingIntent)
A color rendering intent corresponding to the Intent key in the image dictionary.
|
void |
PageImageParams.setRenderIntent(RenderIntent arg0) |