de.goto3d.freeimage
Class FREE_IMAGE_FILTER

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

public final class FREE_IMAGE_FILTER
extends java.lang.Object


Field Summary
static int FILTER_BICUBIC
           
static int FILTER_BILINEAR
           
static int FILTER_BOX
           
static int FILTER_BSPLINE
           
static int FILTER_CATMULLROM
           
static int FILTER_LANCZOS3
           
 
Constructor Summary
FREE_IMAGE_FILTER()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_BOX

public static final int FILTER_BOX
See Also:
Constant Field Values

FILTER_BICUBIC

public static final int FILTER_BICUBIC
See Also:
Constant Field Values

FILTER_BILINEAR

public static final int FILTER_BILINEAR
See Also:
Constant Field Values

FILTER_BSPLINE

public static final int FILTER_BSPLINE
See Also:
Constant Field Values

FILTER_CATMULLROM

public static final int FILTER_CATMULLROM
See Also:
Constant Field Values

FILTER_LANCZOS3

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

FREE_IMAGE_FILTER

public FREE_IMAGE_FILTER()