Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_OUTPUT
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_OUTPUT
native declaration : gplot.h:24
enum values
enum values
-
Field Summary
Fields Modifier and Type Field Description static int
GPLOT_EPS
native declaration : gplot.h:22static int
GPLOT_LATEX
native declaration : gplot.h:23static int
GPLOT_NONE
native declaration : gplot.h:19static int
GPLOT_PNG
native declaration : gplot.h:20static int
GPLOT_PNM
native declaration : gplot.h:24static int
GPLOT_PS
native declaration : gplot.h:21
-
Field Details
-
GPLOT_NONE
static final int GPLOT_NONEnative declaration : gplot.h:19- See Also:
- Constant Field Values
-
GPLOT_PNG
static final int GPLOT_PNGnative declaration : gplot.h:20- See Also:
- Constant Field Values
-
GPLOT_PS
static final int GPLOT_PSnative declaration : gplot.h:21- See Also:
- Constant Field Values
-
GPLOT_EPS
static final int GPLOT_EPSnative declaration : gplot.h:22- See Also:
- Constant Field Values
-
GPLOT_LATEX
static final int GPLOT_LATEXnative declaration : gplot.h:23- See Also:
- Constant Field Values
-
GPLOT_PNM
static final int GPLOT_PNMnative declaration : gplot.h:24- See Also:
- Constant Field Values
-