Class IOUtils
java.lang.Object
com.github.JianZhongBerkeley.utils.IOUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreatePlot(String title, double[] xs, double[] ys) static voidcreatePlot(String title, String xLabel, double[] xs, String yLabel, double[] ys) static double[]getPlotXsFromImage(int srcImpID) static double[]getPlotXsFromImage(ij.ImagePlus srcImp) static double[]getPlotXsFromImage(String srcImpTitle) static double[]getPlotYsFromImage(int srcImpID) static double[]getPlotYsFromImage(ij.ImagePlus srcImp) static double[]getPlotYsFromImage(String srcImpTitle) static StringgetShortTitle(String title)
-
Constructor Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
getPlotXsFromImage
- Throws:
WrapperException
-
getPlotXsFromImage
- Throws:
WrapperException
-
getPlotXsFromImage
- Throws:
WrapperException
-
getPlotYsFromImage
- Throws:
WrapperException
-
getPlotYsFromImage
- Throws:
WrapperException
-
getPlotYsFromImage
- Throws:
WrapperException
-
createPlot
-
createPlot
-
getShortTitle
-