|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.FilteringMethod
class FilteringMethod
Filtering methods.
Field Summary | |
---|---|
static int |
NPPI_INTER_CUBIC
Cubic interpolation. |
static int |
NPPI_INTER_LANCZOS
Lanczos filtering. |
static int |
NPPI_INTER_LINEAR
Linear interpolation. |
static int |
NPPI_INTER_NN
Nearest neighbor filtering. |
static int |
NPPI_INTER_SUPER
??? |
static int |
NPPI_SMOOTH_EDGE
Smooth edge filtering. |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given FilteringMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NPPI_INTER_NN
public static final int NPPI_INTER_LINEAR
public static final int NPPI_INTER_CUBIC
public static final int NPPI_INTER_SUPER
public static final int NPPI_INTER_LANCZOS
public static final int NPPI_SMOOTH_EDGE
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The FilteringMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |