Class IOUtils
java.lang.Object
com.github.JianZhongBerkeley.utils.IOUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createPlot
(String title, double[] xs, double[] ys) static void
createPlot
(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 String
getShortTitle
(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
-