Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
GPlot.ByReference |
static class |
GPlot.ByValue |
Modifier and Type | Method and Description |
---|---|
static GPlot |
Leptonica1.gplotCreate(String rootname,
int outformat,
String title,
String xlabel,
String ylabel)
Original signature :
GPLOT* gplotCreate(const char*, l_int32, const char*, const char*, const char*) native declaration : allheaders.h:1748 |
static GPlot |
Leptonica1.gplotRead(String filename)
Original signature :
GPLOT* gplotRead(const char*) native declaration : allheaders.h:1774 |
Modifier and Type | Method and Description |
---|---|
static int |
Leptonica1.gplotAddPlot(GPlot gplot,
Numa nax,
Numa nay,
int plotstyle,
String plottitle)
Original signature :
l_int32 gplotAddPlot(GPLOT*, NUMA*, NUMA*, l_int32, const char*) native declaration : allheaders.h:1752 |
static int |
Leptonica1.gplotGenCommandFile(GPlot gplot)
Original signature :
l_int32 gplotGenCommandFile(GPLOT*) native declaration : allheaders.h:1758 |
static int |
Leptonica1.gplotGenDataFiles(GPlot gplot)
Original signature :
l_int32 gplotGenDataFiles(GPLOT*) native declaration : allheaders.h:1760 |
static int |
Leptonica1.gplotMakeOutput(GPlot gplot)
Original signature :
l_int32 gplotMakeOutput(GPLOT*) native declaration : allheaders.h:1756 |
static int |
Leptonica1.gplotSetScaling(GPlot gplot,
int scaling)
Original signature :
l_int32 gplotSetScaling(GPLOT*, l_int32) native declaration : allheaders.h:1754 |
static int |
Leptonica1.gplotWrite(String filename,
GPlot gplot)
Original signature :
l_int32 gplotWrite(const char*, GPLOT*) native declaration : allheaders.h:1776 |
Copyright © 2017. All Rights Reserved.