Class RenderingIntents
- java.lang.Object
-
- org.apache.pdfbox.preflight.utils.RenderingIntents
-
public final class RenderingIntents extends java.lang.ObjectThis 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<COSName>RENDERING_INTENTS
-
Constructor Summary
Constructors Modifier Constructor Description privateRenderingIntents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(COSName renderingIntent)
-