Classes for writing results from the FracLac plugin. The WriteMethods class is a general class for writing results to files or showing them in results windows. The other classes generally contain methods that return Strings or StringBuilders of results (e.g., from {@link fraclac.analyzer.Scan#scanBoxCount1SIZE1GRID1Slice box counting}) to be written or shown.

There are two main types of results files usually referred to in the documentation and code as summary and data files. Summary files have one row of data for all GRID for a slice whereas data files have detailed information such as one row of data for each {@link fraclac.analyzer.Vars#iGRIDs GRID} and columns of raw data.

Some classes are specialized for writing strings from data acquired during specific types of scans (e.g., the GrayWriter class is for data from grayscale images).

Most of the classes require data to have been processed by a {@link fraclac.analyzer.DataProcessor DataProcessor} object. The MFWriter for multifractal data includes methods for further processing the data and displaying graphics for multifractal analysis. Check the requirements for each method prior to calling it. @author Audrey Karperien @since IJ 1.49o @since jdk 1.6 @version FracLac 2014Jan $Rev: 214 $ Revision $Id: package.html 214 2015-03-12 04:28:28Z coder $