Class CompressionConstants


  • public class CompressionConstants
    extends java.lang.Object
    Compression constants for PdfStream.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UNDEFINED_COMPRESSION

        public static final int UNDEFINED_COMPRESSION
        A possible compression level.
        See Also:
        Constant Field Values
      • DEFAULT_COMPRESSION

        public static final int DEFAULT_COMPRESSION
        A possible compression level.
        See Also:
        Constant Field Values
      • NO_COMPRESSION

        public static final int NO_COMPRESSION
        A possible compression level.
        See Also:
        Constant Field Values
      • BEST_SPEED

        public static final int BEST_SPEED
        A possible compression level.
        See Also:
        Constant Field Values
      • BEST_COMPRESSION

        public static final int BEST_COMPRESSION
        A possible compression level.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CompressionConstants

        public CompressionConstants()