Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
static RenderingIntent |
RenderingIntent.fromString(java.lang.String value) |
|
RenderingIntent |
PDExtendedGraphicsState.getRenderingIntent() |
This will get the rendering intent.
|
RenderingIntent |
PDGraphicsState.getRenderingIntent() |
This will get the rendering intent.
|
static RenderingIntent |
RenderingIntent.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RenderingIntent[] |
RenderingIntent.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDGraphicsState.setRenderingIntent(RenderingIntent value) |
This will set the rendering intent.
|
Copyright © 2002–2018. All rights reserved.