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 classGPlot.ByReferencestatic classGPlot.ByValueMethods in net.sourceforge.lept4j that return GPlot Modifier and Type Method Description static GPlotLeptonica1. 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 GPlotLeptonica1. 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 intLeptonica1. 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 intLeptonica1. gplotGenCommandFile(GPlot gplot)Original signature :l_ok gplotGenCommandFile(GPLOT*)static intLeptonica1. gplotGenDataFiles(GPlot gplot)Original signature :l_ok gplotGenDataFiles(GPLOT*)static intLeptonica1. gplotMakeOutput(GPlot gplot)Original signature :l_ok gplotMakeOutput(GPLOT*)static intLeptonica1. gplotSetScaling(GPlot gplot, int scaling)Original signature :l_ok gplotSetScaling(GPLOT*, l_int32)static intLeptonica1. gplotWrite(java.lang.String filename, GPlot gplot)Original signature :l_ok gplotWrite(const char*, GPLOT*)
-