Package net.sourceforge.lept4j
Interface ILeptonica.GPLOT_STYLE
- Enclosing interface:
- ILeptonica
public static interface ILeptonica.GPLOT_STYLE
gplot.h
 
native declaration : gplot.h:17
enum values
Data structures and parameters for generating gnuplot files
We used to support X11 output, but recent versions of gnuplot do not
support the X11 terminal. To get display to your screen, use
GPLOT_PNG output; e.g.,
gplotSimple1(na, GPLOT_PNG, "/tmp/someroot", ...);
l_fileDisplay("/tmp/someroot.png", ...);
native declaration : gplot.h:17
enum values
- 
Field SummaryFields Modifier and Type Field Description static intGPLOT_DOTSnative declaration : gplot.h:16static intGPLOT_IMPULSESnative declaration : gplot.h:14static intGPLOT_LINESnative declaration : gplot.h:12static intGPLOT_LINESPOINTSnative declaration : gplot.h:15static intGPLOT_POINTSnative declaration : gplot.h:13
- 
Field Details- 
GPLOT_LINESstatic final int GPLOT_LINESnative declaration : gplot.h:12- See Also:
- Constant Field Values
 
- 
GPLOT_POINTSstatic final int GPLOT_POINTSnative declaration : gplot.h:13- See Also:
- Constant Field Values
 
- 
GPLOT_IMPULSESstatic final int GPLOT_IMPULSESnative declaration : gplot.h:14- See Also:
- Constant Field Values
 
- 
GPLOT_LINESPOINTSstatic final int GPLOT_LINESPOINTSnative declaration : gplot.h:15- See Also:
- Constant Field Values
 
- 
GPLOT_DOTSstatic final int GPLOT_DOTSnative declaration : gplot.h:16- See Also:
- Constant Field Values
 
 
-