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 SummaryFields 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_NONEstatic final int GPLOT_NONEnative declaration : gplot.h:19- See Also:
- Constant Field Values
 
- 
GPLOT_PNGstatic final int GPLOT_PNGnative declaration : gplot.h:20- See Also:
- Constant Field Values
 
- 
GPLOT_PSstatic final int GPLOT_PSnative declaration : gplot.h:21- See Also:
- Constant Field Values
 
- 
GPLOT_EPSstatic final int GPLOT_EPSnative declaration : gplot.h:22- See Also:
- Constant Field Values
 
- 
GPLOT_LATEXstatic final int GPLOT_LATEXnative declaration : gplot.h:23- See Also:
- Constant Field Values
 
- 
GPLOT_PNMstatic final int GPLOT_PNMnative declaration : gplot.h:24- See Also:
- Constant Field Values
 
 
-