Uses of Class
org.faceless.pdf2.OutputProfiler.RenderingIntent
-
Packages that use OutputProfiler.RenderingIntent Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfiler.RenderingIntent in org.faceless.pdf2
Methods in org.faceless.pdf2 that return OutputProfiler.RenderingIntent Modifier and Type Method Description static OutputProfiler.RenderingIntent
OutputProfiler.RenderingIntent. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputProfiler.RenderingIntent[]
OutputProfiler.RenderingIntent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faceless.pdf2 with parameters of type OutputProfiler.RenderingIntent Modifier and Type Method Description void
OutputProfiler.ProcessColorAction. setRenderingIntent(OutputProfiler.RenderingIntent intent)
Set the rendering intent, to control how out-of-gamut colors are converted.
-