public class NppiBorderType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NPP_BORDER_CONSTANT |
static int |
NPP_BORDER_NONE |
static int |
NPP_BORDER_REPLICATE |
static int |
NPP_BORDER_UNDEFINED |
static int |
NPP_BORDER_WRAP |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int NPP_BORDER_UNDEFINED
public static final int NPP_BORDER_NONE
public static final int NPP_BORDER_CONSTANT
public static final int NPP_BORDER_REPLICATE
public static final int NPP_BORDER_WRAP