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 intGPLOT_EPSnative declaration : gplot.h:22static intGPLOT_LATEXnative declaration : gplot.h:23static intGPLOT_NONEnative declaration : gplot.h:19static intGPLOT_PNGnative declaration : gplot.h:20static intGPLOT_PNMnative declaration : gplot.h:24static intGPLOT_PSnative 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
-