Class RenderingIntents
- java.lang.Object
-
- org.apache.pdfbox.preflight.utils.RenderingIntents
-
public final class RenderingIntents extends java.lang.Object
This class contains a static list of RenderingIntent values to allow an easy RenderingIntent value validation. Here is the content of the RenderingIntent list :- Perceptual
- Saturation
- AbsoluteColorimetric
- RelativeColorimetric
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.List<java.lang.String>
RENDERING_INTENTS
-
Constructor Summary
Constructors Modifier Constructor Description private
RenderingIntents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
contains(java.lang.String riArg)
-