Class RenderingIntents

java.lang.Object
org.apache.pdfbox.preflight.utils.RenderingIntents

public final class RenderingIntents extends 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 Details

    • RENDERING_INTENTS

      private static final List<String> RENDERING_INTENTS
  • Constructor Details

    • RenderingIntents

      private RenderingIntents()
  • Method Details

    • contains

      public static boolean contains(String riArg)