Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_OUTPUT
-
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_OUTPUTnative declaration : gplot.h:24
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_PSnative declaration : gplot.h:21
-
-
-
Field Detail
-
GPLOT_NONE
static final int GPLOT_NONE
native declaration : gplot.h:19- See Also:
- Constant Field Values
-
GPLOT_PNG
static final int GPLOT_PNG
native declaration : gplot.h:20- See Also:
- Constant Field Values
-
GPLOT_PS
static final int GPLOT_PS
native declaration : gplot.h:21- See Also:
- Constant Field Values
-
GPLOT_EPS
static final int GPLOT_EPS
native declaration : gplot.h:22- See Also:
- Constant Field Values
-
GPLOT_LATEX
static final int GPLOT_LATEX
native declaration : gplot.h:23- See Also:
- Constant Field Values
-
-