com.pdftools
Class NativeLibrary.DITHERINGMODE

java.lang.Object
  extended by com.pdftools.NativeLibrary.DITHERINGMODE
Enclosing class:
NativeLibrary

public static class NativeLibrary.DITHERINGMODE
extends java.lang.Object


Field Summary
static int eDitherFloydSteinberg
           
static int eDitherG3Optimized
           
static int eDitherG4Optimized
           
static int eDitherHalftone
           
static int eDitherNone
           
static int eDitherPattern
           
 
Constructor Summary
NativeLibrary.DITHERINGMODE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eDitherNone

public static final int eDitherNone
See Also:
Constant Field Values

eDitherFloydSteinberg

public static final int eDitherFloydSteinberg
See Also:
Constant Field Values

eDitherHalftone

public static final int eDitherHalftone
See Also:
Constant Field Values

eDitherPattern

public static final int eDitherPattern
See Also:
Constant Field Values

eDitherG3Optimized

public static final int eDitherG3Optimized
See Also:
Constant Field Values

eDitherG4Optimized

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

NativeLibrary.DITHERINGMODE

public NativeLibrary.DITHERINGMODE()