Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.RenderingIntent
-
Packages that use RenderingIntent Package Description org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document. -
-
Uses of RenderingIntent in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as RenderingIntent Modifier and Type Field Description private RenderingIntent
PDGraphicsState. renderingIntent
Methods in org.apache.pdfbox.pdmodel.graphics.state that return RenderingIntent 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.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type RenderingIntent Modifier and Type Method Description void
PDGraphicsState. setRenderingIntent(RenderingIntent value)
This will set the rendering intent.
-