Uses of Class
net.sourceforge.lept4j.GPlot
-
Packages that use GPlot Package Description net.sourceforge.lept4j -
-
Uses of GPlot in net.sourceforge.lept4j
Subclasses of GPlot in net.sourceforge.lept4j Modifier and Type Class Description static class
GPlot.ByReference
static class
GPlot.ByValue
Methods in net.sourceforge.lept4j that return GPlot Modifier and Type Method 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*)
static GPlot
Leptonica1. gplotRead(java.lang.String filename)
Original signature :GPLOT* gplotRead(const char*)
Methods in net.sourceforge.lept4j with parameters of type GPlot Modifier and Type Method Description static int
Leptonica1. gplotAddPlot(GPlot gplot, Numa nax, Numa nay, int plotstyle, java.lang.String plottitle)
Original signature :l_ok gplotAddPlot(GPLOT*, NUMA*, NUMA*, l_int32, const char*)
static int
Leptonica1. gplotGenCommandFile(GPlot gplot)
Original signature :l_ok gplotGenCommandFile(GPLOT*)
static int
Leptonica1. gplotGenDataFiles(GPlot gplot)
Original signature :l_ok gplotGenDataFiles(GPLOT*)
static int
Leptonica1. gplotMakeOutput(GPlot gplot)
Original signature :l_ok gplotMakeOutput(GPLOT*)
static int
Leptonica1. gplotSetScaling(GPlot gplot, int scaling)
Original signature :l_ok gplotSetScaling(GPLOT*, l_int32)
static int
Leptonica1. gplotWrite(java.lang.String filename, GPlot gplot)
Original signature :l_ok gplotWrite(const char*, GPLOT*)
-