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(java.lang.String rootname,
int outformat,
java.lang.String title,
java.lang.String xlabel,
java.lang.String ylabel)
Original signature :
GPLOT* gplotCreate(const char*, l_int32, const char*, const char*, const char*) native declaration : allheaders.h:1680 |
static GPlot |
Leptonica1.gplotRead(java.lang.String filename)
Original signature :
GPLOT* gplotRead(const char*) native declaration : allheaders.h:1706 |
Modifier and Type | Method and Description |
---|---|
static int |
Leptonica1.gplotAddPlot(GPlot gplot,
Numa nax,
Numa nay,
int plotstyle,
java.lang.String plottitle)
Original signature :
l_int32 gplotAddPlot(GPLOT*, NUMA*, NUMA*, l_int32, const char*) native declaration : allheaders.h:1684 |
static int |
Leptonica1.gplotGenCommandFile(GPlot gplot)
Original signature :
l_int32 gplotGenCommandFile(GPLOT*) native declaration : allheaders.h:1690 |
static int |
Leptonica1.gplotGenDataFiles(GPlot gplot)
Original signature :
l_int32 gplotGenDataFiles(GPLOT*) native declaration : allheaders.h:1692 |
static int |
Leptonica1.gplotMakeOutput(GPlot gplot)
Original signature :
l_int32 gplotMakeOutput(GPLOT*) native declaration : allheaders.h:1688 |
static int |
Leptonica1.gplotSetScaling(GPlot gplot,
int scaling)
Original signature :
l_int32 gplotSetScaling(GPLOT*, l_int32) native declaration : allheaders.h:1686 |
static int |
Leptonica1.gplotWrite(java.lang.String filename,
GPlot gplot)
Original signature :
l_int32 gplotWrite(const char*, GPLOT*) native declaration : allheaders.h:1708 |