Constant Field Values

Contents

com.github.*

  • com.github.jaiimageio.impl.common.InvertedCMYKColorSpace 
    Modifier and Type Constant Field Value
    private static final double power1 0.4166666666666667
  • com.github.jaiimageio.impl.common.LZWStringTable 
    Modifier and Type Constant Field Value
    private static final short HASH_FREE -1
    private static final short HASHSIZE 9973
    private static final short HASHSTEP 2039
    private static final int MAXBITS 12
    private static final int MAXSTR 4096
    private static final short NEXT_FIRST -1
    private static final int RES_CODES 2
  • com.github.jaiimageio.impl.common.PaletteBuilder 
    Modifier and Type Constant Field Value
    protected static final int MAXLEVEL 8
  • com.github.jaiimageio.impl.common.SimpleCMYKColorSpace 
    Modifier and Type Constant Field Value
    private static final double power1 0.4166666666666667
  • com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String nativeMetadataFormatName "javax_imageio_gif_image_1.0"
  • com.github.jaiimageio.impl.plugins.gif.GIFImageWriter 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    static final java.lang.String IMAGE_METADATA_NAME "javax_imageio_gif_image_1.0"
    static final java.lang.String STANDARD_METADATA_NAME "javax_imageio_1.0"
    static final java.lang.String STREAM_METADATA_NAME "javax_imageio_gif_stream_1.0"
  • com.github.jaiimageio.impl.plugins.gif.GIFImageWriterSpi 
    Modifier and Type Constant Field Value
    private static final java.lang.String vendorName "Sun Microsystems, Inc."
    private static final java.lang.String version "1.0"
    private static final java.lang.String writerClassName "com.github.jaiimageio.impl.plugins.gif.GIFImageWriter"
  • com.github.jaiimageio.impl.plugins.gif.com.github.jaiimageio.impl.plugins.gif.GIFMetadata 
    Modifier and Type Constant Field Value
    static final int UNDEFINED_INTEGER_VALUE -1
  • com.github.jaiimageio.impl.plugins.gif.GIFStreamMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String nativeMetadataFormatName "javax_imageio_gif_stream_1.0"
  • com.github.jaiimageio.impl.plugins.gif.com.github.jaiimageio.impl.plugins.gif.GIFWritableImageMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String NATIVE_FORMAT_NAME "javax_imageio_gif_image_1.0"
  • com.github.jaiimageio.impl.plugins.gif.com.github.jaiimageio.impl.plugins.gif.GIFWritableStreamMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String NATIVE_FORMAT_NAME "javax_imageio_gif_stream_1.0"
  • com.github.jaiimageio.impl.plugins.pnm.PNMImageReader 
    Modifier and Type Constant Field Value
    private static final int LINE_FEED 10
    private static final int PBM_ASCII 49
    private static final int PBM_RAW 52
    private static final int PGM_ASCII 50
    private static final int PGM_RAW 53
    private static final int PPM_ASCII 51
    private static final int PPM_RAW 54
  • com.github.jaiimageio.impl.plugins.pnm.PNMImageWriter 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMMENT "# written by com.github.jaiimageio.impl.PNMImageWriter"
    private static final int PBM_ASCII 49
    private static final int PBM_RAW 52
    private static final int PGM_ASCII 50
    private static final int PGM_RAW 53
    private static final int PPM_ASCII 51
    private static final int PPM_RAW 54
    private static final int SPACE 32
  • com.github.jaiimageio.impl.plugins.pnm.PNMMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String nativeMetadataFormatName "com_sun_media_imageio_plugins_pnm_image_1.0"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFBaseJPEGCompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    protected static final java.lang.String IMAGE_METADATA_NAME "javax_imageio_jpeg_image_1.0"
    protected static final java.lang.String STREAM_METADATA_NAME "javax_imageio_jpeg_stream_1.0"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFCIELabColorConverter 
    Modifier and Type Constant Field Value
    private static final float Xn 95.0469970703125f
    private static final float Yn 100.0f
    private static final float Zn 108.88300323486328f
  • com.github.jaiimageio.impl.plugins.tiff.TIFFDeflateDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFFaxCompressor 
    Modifier and Type Constant Field Value
    public static final int BLACK 1
    public static final int WHITE 0
  • com.github.jaiimageio.impl.plugins.tiff.TIFFImageMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String nativeMetadataFormatClassName "com.github.jaiimageio.impl.plugins.tiff.TIFFImageMetadataFormat"
    public static final java.lang.String nativeMetadataFormatName "com_sun_media_imageio_plugins_tiff_image_1.0"
    public static final java.lang.String SUN_BaselineTIFFTagSetClassName "com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet"
    public static final java.lang.String THISJAI_BaselineTIFFTagSetClassName "com.github.jaiimageio.plugins.tiff.BaselineTIFFTagSet"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFImageReader 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFImageReaderSpi 
    Modifier and Type Constant Field Value
    private static final java.lang.String readerClassName "com.github.jaiimageio.impl.plugins.tiff.TIFFImageReader"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFImageWriter 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    public static final int DEFAULT_BYTES_PER_STRIP 8192
    static final java.lang.String EXIF_JPEG_COMPRESSION_TYPE "EXIF JPEG"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFImageWriterSpi 
    Modifier and Type Constant Field Value
    private static final java.lang.String writerClassName "com.github.jaiimageio.impl.plugins.tiff.TIFFImageWriter"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFJPEGCompressor 
    Modifier and Type Constant Field Value
    static final int CHROMA_SUBSAMPLING 2
    private static final boolean DEBUG false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFJPEGDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    protected static final int EOI 217
    protected static final int SOI 216
  • com.github.jaiimageio.impl.plugins.tiff.TIFFLZWDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    private static final boolean TRACE false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFLZWUtil 
    Modifier and Type Constant Field Value
    private static final boolean debug false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFNullDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFOldJPEGDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
    private static final int DHT 196
    private static final int DQT 219
    private static final int DRI 221
    private static final int SOF0 192
    private static final int SOS 218
  • com.github.jaiimageio.impl.plugins.tiff.TIFFPackBitsDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFPackBitsUtil 
    Modifier and Type Constant Field Value
    private static final boolean debug false
  • com.github.jaiimageio.impl.plugins.tiff.TIFFStreamMetadata 
    Modifier and Type Constant Field Value
    static final java.lang.String nativeMetadataFormatClassName "com.github.jaiimageio.impl.plugins.tiff.TIFFStreamMetadataFormat"
    static final java.lang.String nativeMetadataFormatName "com_sun_media_imageio_plugins_tiff_stream_1.0"
  • com.github.jaiimageio.impl.plugins.tiff.TIFFYCbCrDecompressor 
    Modifier and Type Constant Field Value
    private static final boolean debug false
    private static final int FRAC_BITS 16
    private static final float FRAC_SCALE 65536.0f
  • com.github.jaiimageio.impl.plugins.wbmp.WBMPMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String nativeMetadataFormatName "com_sun_media_imageio_plugins_wbmp_image_1.0"