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

Packages that use SensorLengths
net.talvi.puffinplot   
net.talvi.puffinplot.data   
 

Uses of SensorLengths in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return SensorLengths
 SensorLengths PuffinPrefs.getSensorLengths()
          Returns the effective sensor lengths for opening 2G data files.
 

Methods in net.talvi.puffinplot with parameters of type SensorLengths
 void PuffinPrefs.setSensorLengths(SensorLengths sensorLengths)
          Sets the effective sensor lengths for opening 2G data files.
 

Uses of SensorLengths in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return SensorLengths
static SensorLengths SensorLengths.fromPrefs(java.util.prefs.Preferences prefs)
          Creates a sensor lengths object from a string representation in a Preferences object.
static SensorLengths SensorLengths.fromPresetName(java.lang.String name)
          Creates a sensor lengths object with lengths determined by a named preset.
static SensorLengths SensorLengths.fromString(java.lang.String string)
          Creates a new sensor lengths object from a string definition.
static SensorLengths SensorLengths.fromStrings(java.lang.String x, java.lang.String y, java.lang.String z)
          Creates a new sensor lengths object from three strings specifying the individual sensor lengths.
 

Constructors in net.talvi.puffinplot.data with parameters of type SensorLengths
Suite(java.util.List<java.io.File> files, SensorLengths sensorLengths, TwoGeeLoader.Protocol protocol, boolean usePolarMoment, FileFormat format)
          Creates a new suite from the specified files.