- handleAbout(AppEvent.AboutEvent) - Method in class net.talvi.puffinplot.AppleEventHandler
-
Handles an Apple About action by calling PuffinApp.about()
- handlePreferences(AppEvent.PreferencesEvent) - Method in class net.talvi.puffinplot.AppleEventHandler
-
Handles an Apple Preferences action by calling
PuffinApp.preferences()
- handleQuitRequestWith(AppEvent.QuitEvent, QuitResponse) - Method in class net.talvi.puffinplot.AppleEventHandler
-
Handles an Apple Quit action by calling PuffinApp.quit()
- hasData() - Method in class net.talvi.puffinplot.data.Sample
-
Reports whether this sample contains any data.
- hashCode() - Method in class net.talvi.puffinplot.data.file.OrientationParameters
-
Returns a hash code for this parameter set.
- hashCode() - Method in class net.talvi.puffinplot.data.Vec3
-
- hasMagMoment() - Method in class net.talvi.puffinplot.data.Datum
-
Reports whether the datum contains a magnetic moment measurement.
- hasMagSus() - Method in class net.talvi.puffinplot.data.Datum
-
Reports whether this datum has any magnetic susceptibility data.
- hasMsData() - Method in class net.talvi.puffinplot.data.Sample
-
Reports whether this sample has any magnetic susceptibility data.
- hextAms - Variable in class net.talvi.puffinplot.PuffinActions
-
Calculates Hext AMS statistics on the selected samples.
- hideAndDeselectSelectedPoints() - Method in class net.talvi.puffinplot.data.Sample
-
Sets all the selected data points within this sample to be hidden,
so they will not be shown on plots.
- hideSelectedSteps - Variable in class net.talvi.puffinplot.PuffinActions
-
For each selected sample, makes the selected points invisible.
- hypot(double, double) - Static method in class Jama.util.Maths
-
sqrt(a^2 + b^2) without under/overflow.