Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RENDERING_INTENTS

        private static final java.util.List<java.lang.String> RENDERING_INTENTS
    • Constructor Detail

      • RenderingIntents

        private RenderingIntents()
    • Method Detail

      • contains

        public static boolean contains​(java.lang.String riArg)