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

I

identity(int, int) - Static method in class Jama.Matrix
Generate identity matrix
ignoreOnLoading() - Method in class net.talvi.puffinplot.data.Datum
Returns true if this datum should be ignored (thrown away) when loading a data file.
importAms - Variable in class net.talvi.puffinplot.PuffinActions
Opens a file dialog allowing the user to choose an Agico ASC file from which to import AMS data.
importAmsFromAsc(List<File>, boolean) - Method in class net.talvi.puffinplot.data.Suite
Imports AMS data from ASC files in the format produced by Agico's SAFYR program.
importAmsFromDelimitedFile(List<File>, boolean) - Method in class net.talvi.puffinplot.data.Suite
Imports AMS data from a whitespace-delimited file.
importAmsWithDialog() - Method in class net.talvi.puffinplot.PuffinApp
Shows an open files dialog box; if the user selects any files, AMS data will be imported from them.
importFromFile(File) - Method in class net.talvi.puffinplot.PuffinPrefs
Imports preferences from a specified file.
importPreferencesWithDialog() - Method in class net.talvi.puffinplot.PuffinApp
Shows an open file dialog box; if the user select a file, the current preferences will be overwritten with preferences data from that file.
importPrefs - Variable in class net.talvi.puffinplot.PuffinActions
Imports user preferences from an XML file.
importTabularData - Variable in class net.talvi.puffinplot.PuffinActions
Imports data from a tabular file.
importTabularDataWithFormat(FileFormat) - Method in class net.talvi.puffinplot.PuffinApp
 
includesEmpty() - Method in class net.talvi.puffinplot.data.Correction
Returns true if this correction includes an empty-slot correction.
includesFormation() - Method in class net.talvi.puffinplot.data.Correction
Returns true if this correction includes a rotation for formation orientation.
includesSample() - Method in class net.talvi.puffinplot.data.Correction
Returns true if this correction includes a rotation for sample orientation.
includesTray() - Method in class net.talvi.puffinplot.data.Correction
Returns true if this correction includes a correction for tray remanence.
initialize(PuffinApp) - Static method in class net.talvi.puffinplot.AppleListener
Instantiates a new AppleListener, which will send events to the supplied PuffinApp instance.
interpolateEquatorPoints(List<Vec3>) - Static method in class net.talvi.puffinplot.data.Vec3
Given a list of points, return a a list of lists containing the same points plus possible extras.
inverse() - Method in class Jama.Matrix
Matrix inverse or pseudoinverse
invert() - Method in class net.talvi.puffinplot.data.Vec3
Returns the inverse of this vector.
involvesAf() - Method in enum net.talvi.puffinplot.data.TreatType
 
isActualMeasurement() - Method in enum net.talvi.puffinplot.data.MeasType
Returns true if this field corresponds to an actual measurement.
isAnchored() - Method in class net.talvi.puffinplot.data.PcaValues
Reports whether the PCA calculation was anchored.
isAxisScaleLocked() - Method in class net.talvi.puffinplot.PuffinPrefs
Reports whether the axis scale is locked across all samples in the current suite.
isContinuous() - Method in enum net.talvi.puffinplot.data.MeasType
Returns true if this field is CONTINUOUS.
isDiscrete() - Method in enum net.talvi.puffinplot.data.MeasType
Returns true if this field is DISCRETE.
isDragPlotMode() - Method in class net.talvi.puffinplot.window.GraphDisplay
Reports whether the plots are currently draggable by the user.
isEmpty() - Method in class net.talvi.puffinplot.data.Site
Reports whether there are any samples in this site.
isEmptyCorrectionActive() - Method in class net.talvi.puffinplot.PuffinApp
Reports whether the empty-slot correction is currently active.
isEmptySlot() - Method in class net.talvi.puffinplot.data.Sample
Reports whether this sample is an empty slot on the measurement tray.
isExcludedFromMenu() - Method in class net.talvi.puffinplot.PuffinAction
Determines whether the Action should be excluded from the normal application menus (on the grounds that it already exists in a special Mac OS X menu and the application is being run on Mac OS X).
isFilenameSet() - Method in class net.talvi.puffinplot.data.Suite
Reports whether a default PuffinPlot file is set for this suite.
isFullRank() - Method in class Jama.QRDecomposition
Is the matrix full rank?
isGroupedBySite() - Method in class net.talvi.puffinplot.plots.SeparateSuiteEaPlot
Reports whether the Fisher means are grouped by site.
isHalfIntReached() - Method in class net.talvi.puffinplot.data.MedianDestructiveField
Reports whether this sample reached half its initial intensity.
isHidden() - Method in class net.talvi.puffinplot.data.Datum
Reports whether this datum should be hidden on plots.
isImportable() - Method in enum net.talvi.puffinplot.data.DatumField
Reports whether this field is importable.
isInPca() - Method in class net.talvi.puffinplot.data.Datum
Reports whether this measurement is used for a PCA fit.
isMagDevAppliedToFormation() - Method in class net.talvi.puffinplot.data.Correction
 
isMagSusOnly() - Method in class net.talvi.puffinplot.data.Datum
Reports whether this datum has magnetic susceptibility but not magnetic moment data.
isNonsingular() - Method in class Jama.LUDecomposition
Is the matrix nonsingular?
isOnCircle() - Method in class net.talvi.puffinplot.data.Datum
Reports whether this measurement is used for a great-circle fit.
isOnOsX() - Method in class net.talvi.puffinplot.PuffinApp
Reports whether this PuffinApp is running on Mac OS X.
isPcaAnchored() - Method in class net.talvi.puffinplot.data.Datum
Reports whether PCA fits for this point should be anchored.
isPcaAnchored() - Method in class net.talvi.puffinplot.data.Sample
Reports whether principal component analysis should be anchored for this sample
isPcaAnchored() - Method in class net.talvi.puffinplot.PuffinPrefs
Reports whether PCA fits should be anchored to the origin.
isSelected() - Method in class net.talvi.puffinplot.data.Datum
Reports whether this datum is selected.
isSelectionContiguous() - Method in class net.talvi.puffinplot.data.Sample
Returns true if the selected points are contiguous.
isSPD() - Method in class Jama.CholeskyDecomposition
Is the matrix symmetric and positive definite?
isTaperingEnabled() - Method in class net.talvi.puffinplot.plots.EqAreaPlot
Reports whether tapered lines are enabled for this plot.
isValid() - Method in class net.talvi.puffinplot.data.GreatCircles
Returns true if this great-circle fit is valid.
isVirtual() - Method in enum net.talvi.puffinplot.data.DatumField
Reports whether this field is virtual.
isVisible() - Method in class net.talvi.puffinplot.plots.Plot
Reports whether this plot is visible.
itemStateChanged(ItemEvent) - Method in class net.talvi.puffinplot.window.ControlPanel
Handles changes in the state of user interface components.

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