|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeasurementAxis | |
---|---|
net.talvi.puffinplot | |
net.talvi.puffinplot.data | |
net.talvi.puffinplot.window |
Uses of MeasurementAxis in net.talvi.puffinplot |
---|
Methods in net.talvi.puffinplot with parameters of type MeasurementAxis | |
---|---|
void |
PuffinApp.flipSelectedSamples(MeasurementAxis axis)
For all selected samples, rotates magnetization data 180° around the specified axis. |
Uses of MeasurementAxis in net.talvi.puffinplot.data |
---|
Methods in net.talvi.puffinplot.data that return MeasurementAxis | |
---|---|
static MeasurementAxis |
MeasurementAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MeasurementAxis[] |
MeasurementAxis.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 MeasurementAxis | |
---|---|
void |
Sample.flip(MeasurementAxis axis)
Rotates all magnetic moment data 180 degrees about the sepcified axis. |
double |
Vec3.getComponent(MeasurementAxis component)
Returns a specified component of this vector. |
void |
Datum.rot180(MeasurementAxis axis)
Rotates magnetic moment data 180 degrees about the specified axis. |
Vec3 |
Vec3.rot180(MeasurementAxis axis)
Rotates the vector by180 degrees about the specified axis. |
Constructors in net.talvi.puffinplot.data with parameters of type MeasurementAxis | |
---|---|
DatumComparator(MeasurementAxis axis,
Correction corr)
Creates a comparator which will compare magnetic moments along the specified axis after applying the specified correction. |
Uses of MeasurementAxis in net.talvi.puffinplot.window |
---|
Methods in net.talvi.puffinplot.window that return MeasurementAxis | |
---|---|
MeasurementAxis |
ControlPanel.getAxis()
Returns the currently selected vertical projection for the Zijderveld plot. |
MeasurementAxis |
PlotParams.getAxis()
Returns the vertical projection axis for a Zijderveld plot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |