Uses of Class
net.talvi.puffinplot.data.file.TwoGeeLoader.Protocol

Packages that use TwoGeeLoader.Protocol
net.talvi.puffinplot   
net.talvi.puffinplot.data   
net.talvi.puffinplot.data.file   
 

Uses of TwoGeeLoader.Protocol in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return TwoGeeLoader.Protocol
 TwoGeeLoader.Protocol PuffinPrefs.get2gProtocol()
          Returns the measurement protocol used when opening 2G data files.
 

Methods in net.talvi.puffinplot with parameters of type TwoGeeLoader.Protocol
 void PuffinPrefs.set2gProtocol(TwoGeeLoader.Protocol protocol)
          Sets the measurement protocol to use when opening 2G data files.
 

Uses of TwoGeeLoader.Protocol in net.talvi.puffinplot.data
 

Constructors in net.talvi.puffinplot.data with parameters of type TwoGeeLoader.Protocol
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.
 

Uses of TwoGeeLoader.Protocol in net.talvi.puffinplot.data.file
 

Methods in net.talvi.puffinplot.data.file that return TwoGeeLoader.Protocol
static TwoGeeLoader.Protocol TwoGeeLoader.Protocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TwoGeeLoader.Protocol[] TwoGeeLoader.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.talvi.puffinplot.data.file with parameters of type TwoGeeLoader.Protocol
TwoGeeLoader(java.io.File file, TwoGeeLoader.Protocol protocol, Vec3 sensorLengths, boolean usePolarMoment)
          Creates a new 2G loader using the supplied parameters.