Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_OUTPUT
-
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_OUTPUTenum values
-
-
Field Summary
Fields Modifier and Type Field Description static intGPLOT_EPSstatic intGPLOT_LATEXstatic intGPLOT_NONEstatic intGPLOT_PNGstatic intGPLOT_PNMstatic intGPLOT_PS
-
-
-
Field Detail
-
GPLOT_NONE
static final int GPLOT_NONE
- See Also:
- Constant Field Values
-
GPLOT_PNG
static final int GPLOT_PNG
- See Also:
- Constant Field Values
-
GPLOT_PS
static final int GPLOT_PS
- See Also:
- Constant Field Values
-
GPLOT_EPS
static final int GPLOT_EPS
- See Also:
- Constant Field Values
-
GPLOT_LATEX
static final int GPLOT_LATEX
- See Also:
- Constant Field Values
-
GPLOT_PNM
static final int GPLOT_PNM
- See Also:
- Constant Field Values
-
-