com.pdftools
Class NativeLibrary.COLORCONVERSION

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

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


Field Summary
static int eConvCMYK
           
static int eConvGray
           
static int eConvNone
           
static int eConvRGB
           
 
Constructor Summary
NativeLibrary.COLORCONVERSION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eConvNone

public static final int eConvNone
See Also:
Constant Field Values

eConvRGB

public static final int eConvRGB
See Also:
Constant Field Values

eConvCMYK

public static final int eConvCMYK
See Also:
Constant Field Values

eConvGray

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

NativeLibrary.COLORCONVERSION

public NativeLibrary.COLORCONVERSION()