Class EncodeHintType


  • public final class EncodeHintType
    extends java.lang.Object
    These are a set of hints that you may pass to Writers to specify their behavior.
    Since:
    5.0.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EncodeHintType CHARACTER_SET
      Specifies what character encoding to use where applicable (type String)
      static EncodeHintType ERROR_CORRECTION
      Specifies what degree of error correction to use, for example in QR Codes (type Integer).
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EncodeHintType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ERROR_CORRECTION

        public static final EncodeHintType ERROR_CORRECTION
        Specifies what degree of error correction to use, for example in QR Codes (type Integer).
      • CHARACTER_SET

        public static final EncodeHintType CHARACTER_SET
        Specifies what character encoding to use where applicable (type String)
    • Constructor Detail

      • EncodeHintType

        private EncodeHintType()