Uses of Enum Class
org.apache.pdfbox.pdmodel.graphics.state.RenderingIntent
Packages that use RenderingIntent
Package
Description
This package deals with graphics states within the PDF document.
-
Uses of RenderingIntent in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return RenderingIntentModifier and TypeMethodDescriptionstatic RenderingIntent
RenderingIntent.fromString
(String value) PDExtendedGraphicsState.getRenderingIntent()
This will get the rendering intent.PDGraphicsState.getRenderingIntent()
This will get the rendering intent.static RenderingIntent
Returns the enum constant of this class with the specified name.static RenderingIntent[]
RenderingIntent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type RenderingIntentModifier and TypeMethodDescriptionvoid
PDGraphicsState.setRenderingIntent
(RenderingIntent value) This will set the rendering intent.