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

Packages that use ArmAxis
net.talvi.puffinplot.data   
 

Uses of ArmAxis in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return ArmAxis
static ArmAxis ArmAxis.fromString(java.lang.String name)
          Creates an ArmAxis from the supplied string.
 ArmAxis Datum.getArmAxis()
          For ARM treatment, returns the axis of the ARM field.
static ArmAxis ArmAxis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ArmAxis[] ArmAxis.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 ArmAxis
 void Datum.setArmAxis(ArmAxis v)
          For ARM treatment, sets the axis of the ARM field.