Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_SCALING
-
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_SCALING
native declaration : gplot.h:30
enum values
-
-
Field Summary
Fields Modifier and Type Field Description static int
GPLOT_LINEAR_SCALE
default
native declaration : gplot.h:26static int
GPLOT_LOG_SCALE_X
native declaration : gplot.h:27static int
GPLOT_LOG_SCALE_X_Y
native declaration : gplot.h:29static int
GPLOT_LOG_SCALE_Y
native declaration : gplot.h:28
-
-
-
Field Detail
-
GPLOT_LINEAR_SCALE
static final int GPLOT_LINEAR_SCALE
default
native declaration : gplot.h:26- See Also:
- Constant Field Values
-
GPLOT_LOG_SCALE_X
static final int GPLOT_LOG_SCALE_X
native declaration : gplot.h:27- See Also:
- Constant Field Values
-
GPLOT_LOG_SCALE_Y
static final int GPLOT_LOG_SCALE_Y
native declaration : gplot.h:28- See Also:
- Constant Field Values
-
GPLOT_LOG_SCALE_X_Y
static final int GPLOT_LOG_SCALE_X_Y
native declaration : gplot.h:29- See Also:
- Constant Field Values
-
-