de.goto3d.freeimage
Class FREE_IMAGE_DITHER

java.lang.Object
  extended by de.goto3d.freeimage.FREE_IMAGE_DITHER

public final class FREE_IMAGE_DITHER
extends java.lang.Object


Field Summary
static int FID_BAYER16x16
           
static int FID_BAYER4x4
           
static int FID_BAYER8x8
           
static int FID_CLUSTER16x16
           
static int FID_CLUSTER6x6
           
static int FID_CLUSTER8x8
           
static int FID_FS
           
 
Constructor Summary
FREE_IMAGE_DITHER()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FID_FS

public static final int FID_FS
See Also:
Constant Field Values

FID_BAYER4x4

public static final int FID_BAYER4x4
See Also:
Constant Field Values

FID_BAYER8x8

public static final int FID_BAYER8x8
See Also:
Constant Field Values

FID_CLUSTER6x6

public static final int FID_CLUSTER6x6
See Also:
Constant Field Values

FID_CLUSTER8x8

public static final int FID_CLUSTER8x8
See Also:
Constant Field Values

FID_CLUSTER16x16

public static final int FID_CLUSTER16x16
See Also:
Constant Field Values

FID_BAYER16x16

public static final int FID_BAYER16x16
See Also:
Constant Field Values
Constructor Detail

FREE_IMAGE_DITHER

public FREE_IMAGE_DITHER()