A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

about - Variable in class net.talvi.puffinplot.PuffinActions
Opens the application's ‘About’ dialog box.
about() - Method in class net.talvi.puffinplot.PuffinApp
Shows the application's ‘About’ dialog box, giving brief information about PuffinPlot.
AboutBox - Class in net.talvi.puffinplot.window
An about this program dialog box giving brief information about PuffinPlot.
AboutBox(Frame) - Constructor for class net.talvi.puffinplot.window.AboutBox
Creates new about box.
actionPerformed(ActionEvent) - Method in class net.talvi.puffinplot.window.ControlPanel
Handles action events.
actionPerformed(ActionEvent) - Method in class net.talvi.puffinplot.window.CorrectionWindow
Handle an action event.
add(int, T) - Method in class net.talvi.puffinplot.data.CustomFields
Adds a new value to this custom field list.
add(Datum) - Method in class net.talvi.puffinplot.data.Line
Associates a Datum with this line.
add(List<File>) - Method in class net.talvi.puffinplot.RecentFileList
Adds a new file-set to the top of the list.
addDatum(Datum) - Method in class net.talvi.puffinplot.data.Sample
Adds a data point to this sample.
addDecRad(double) - Method in class net.talvi.puffinplot.data.Vec3
Returns a new vector equal to this vector with the specified angle added to the declination.
addIncRad(double) - Method in class net.talvi.puffinplot.data.Vec3
Returns a new vector equal to this vector with the specified angle added to the inclination.
addPoint(Datum, Point2D, boolean, boolean, boolean) - Method in class net.talvi.puffinplot.plots.Plot
Adds a point to this plot's internal buffer.
addSampleClickListener(SampleClickListener) - Method in class net.talvi.puffinplot.plots.Plot
Adds a listener for sample clicks to this plot.
AmsData - Class in net.talvi.puffinplot.data
This class holds AMS (anisotropy of magnetic susceptibility) data for a named sample.
AmsData(String, double[], double, double, double) - Constructor for class net.talvi.puffinplot.data.AmsData
Creates a new AMS data set with the data provided.
AmsLoader - Class in net.talvi.puffinplot.data.file
Turns an AGICO .ASC AMS file into a list of AMS tensors.
AmsLoader(File) - Constructor for class net.talvi.puffinplot.data.file.AmsLoader
Creates a new AMS laoder for a specified file.
AmsPlot - Class in net.talvi.puffinplot.plots
A plot which shows the principal axes of anisotropy of magnetic susceptibility (AMS) tensors, and statistical means and confidence regions for groups of tensors.
AmsPlot(GraphDisplay, PlotParams, Preferences) - Constructor for class net.talvi.puffinplot.plots.AmsPlot
Creates an AMS plot with the supplied parameters.
angleFromLast(Vec3) - Method in class net.talvi.puffinplot.data.GreatCircle
Returns the angle between the supplied direction and the last point on the great-circle fit.
angleTo(Vec3) - Method in class net.talvi.puffinplot.data.Vec3
Returns the angle between this vector and another vector.
AppleListener - Class in net.talvi.puffinplot
AppleListener handles the user actions About, Open, Preferences, and Quit on Mac OS X systems, passing them on to the appropriate methods of a PuffinApp instance specified on initialization.
applyTextAttributes(AttributedString) - Method in class net.talvi.puffinplot.plots.Plot
Applies this plot's standard text attributes to an attributed string.
ArmAxis - Enum in net.talvi.puffinplot.data
ArmAxis represents the axis along which an ARM (anhysteretic remanent magnetization) field has been applied.
arrayLeftDivide(Matrix) - Method in class Jama.Matrix
Element-by-element left division, C = A.\B
arrayLeftDivideEquals(Matrix) - Method in class Jama.Matrix
Element-by-element left division in place, A = A.\B
arrayRightDivide(Matrix) - Method in class Jama.Matrix
Element-by-element right division, C = A./B
arrayRightDivideEquals(Matrix) - Method in class Jama.Matrix
Element-by-element right division in place, A = A./B
arrayTimes(Matrix) - Method in class Jama.Matrix
Element-by-element multiplication, C = A.*B
arrayTimesEquals(Matrix) - Method in class Jama.Matrix
Element-by-element multiplication in place, A = A.*B

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z