Uses of Class
net.talvi.puffinplot.data.TreatType

Packages that use TreatType
net.talvi.puffinplot.data   
net.talvi.puffinplot.data.file   
 

Uses of TreatType in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return TreatType
 TreatType Datum.getTreatType()
          Returns the treatment applied before this measurement (AF, thermal, etc.).
static TreatType TreatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TreatType[] TreatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.talvi.puffinplot.data with parameters of type TreatType
 void Datum.setTreatType(TreatType v)
          Sets the treatment applied before this measurement (AF, thermal, etc.).
 

Uses of TreatType in net.talvi.puffinplot.data.file
 

Methods in net.talvi.puffinplot.data.file that return TreatType
 TreatType FileFormat.getTreatmentType()
           
 

Constructors in net.talvi.puffinplot.data.file with parameters of type TreatType
FileFormat(java.util.Map<java.lang.Integer,DatumField> columnMap, int headerLines, MeasType measurementType, TreatType treatmentType, java.lang.String separator, boolean useFixedWidthColumns, java.util.List<java.lang.Integer> columnWidths)
          Creates a new file format with the specified parameters.