Skip navigation links
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

IapdImportDialog - Class in net.talvi.puffinplot.window
Lets the user select options for IAPD file import.
IapdImportDialog(Frame) - Constructor for class net.talvi.puffinplot.window.IapdImportDialog
Creates a new IapdImportDialog.
IapdLoader - Class in net.talvi.puffinplot.data.file
Loader for IAPD files.
IapdLoader() - Constructor for class net.talvi.puffinplot.data.file.IapdLoader
 
IdToFileMap - Class in net.talvi.puffinplot
A class to maintain a mapping between identifier strings and files.
IdToFileMap(UnaryOperator<String>, BiConsumer<String, String>) - Constructor for class net.talvi.puffinplot.IdToFileMap
Creates a new IdToFileMap, which wwill store and retrieve mappings using the supplied getter and putter.
ignoreOnLoading() - Method in class net.talvi.puffinplot.data.TreatmentStep
Returns true if this treatment step 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.
ImportAmsDialog - Class in net.talvi.puffinplot.window
A dialog for importing AMS data from files.
ImportAmsDialog(PuffinApp) - Constructor for class net.talvi.puffinplot.window.ImportAmsDialog
Creates a new AMS import dialog.
importAmsFromAsc(List<File>, boolean, boolean, boolean) - Method in class net.talvi.puffinplot.data.Suite
Imports AMS data from ASC files in the format produced by Agico's SAFYR and SUSAR programs.
importAmsFromDelimitedFile(List<File>, boolean) - Method in class net.talvi.puffinplot.data.Suite
Imports AMS data from a whitespace-delimited file.
importFromFile(File) - Method in class net.talvi.puffinplot.PuffinPrefs
Imports preferences from a specified file.
importLocations(File) - Method in class net.talvi.puffinplot.data.Suite
Imports site locations from a CSV file.
importLocations - Variable in class net.talvi.puffinplot.PuffinActions
Imports site location data.
importPrefs - Variable in class net.talvi.puffinplot.PuffinActions
Imports user preferences from an XML file.
inc - Variable in class net.talvi.puffinplot.data.ArasonLevi.ArithMean
mean inclination estimate in degrees
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.
index - Variable in enum net.talvi.puffinplot.data.file.OrientationParameters.AzimuthParameter
An index for an azimuthal parameter value (3, 6, 9, or 12), corresponding to an angle on a clock face.
index - Variable in enum net.talvi.puffinplot.data.file.OrientationParameters.DipParameter
An index for a possible orientation parameter value (valid values are 0 and 90).
initialize(PuffinApp) - Static method in class net.talvi.puffinplot.AppleEventHandler
Instantiates a new AppleEventHandler, which will send events to the supplied PuffinApp instance.
instance(List<Vec3>, List<GreatCircle>, String) - Static method in class net.talvi.puffinplot.data.GreatCircles
Calculates a mean direction from the supplied great circle and directions.
interpolateEquatorPoints(List<Vec3>) - Static method in class net.talvi.puffinplot.data.Vec3
Given a list of points, return a list of lists containing the same points plus possible extras.
invert() - Method in class net.talvi.puffinplot.data.Vec3
Returns the inverse of this vector.
invertMoments() - Method in class net.talvi.puffinplot.data.Sample
Inverts all magnetic moment data.
invertSamples - Variable in class net.talvi.puffinplot.PuffinActions
Inverts every vector in the currently selected samples.
isA95Valid() - Method in interface net.talvi.puffinplot.data.FisherParams
Reports whether the alpha-95 value represents a real number.
isActualMeasurement() - Method in enum net.talvi.puffinplot.data.MeasurementType
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.
isCompatibleValue(Object) - Method in class net.talvi.puffinplot.window.PuffinRenderingHints.Key
isContinuous() - Method in enum net.talvi.puffinplot.data.MeasurementType
Returns true if this field is CONTINUOUS.
isDiscrete() - Method in enum net.talvi.puffinplot.data.MeasurementType
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.
isEmpty() - Method in class net.talvi.puffinplot.data.Suite
Determines whether this suite is empty.
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.
isFinite() - Method in class net.talvi.puffinplot.data.Vec3
Checks that this vector contains no NaN or infinite values.
isGroupedBySite() - Method in class net.talvi.puffinplot.plots.SeparateSuiteEqualAreaPlot
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.TreatmentStep
Reports whether this treatment step should be hidden on plots.
isImportable() - Method in enum net.talvi.puffinplot.data.TreatmentParameter
Reports whether this field is importable.
isInPca() - Method in class net.talvi.puffinplot.data.TreatmentStep
Reports whether this measurement is used for a PCA fit.
isMagDevAppliedToFormation() - Method in class net.talvi.puffinplot.data.Correction
 
isMagneticField() - Method in enum net.talvi.puffinplot.data.TreatmentType
 
isMagSusOnly() - Method in class net.talvi.puffinplot.data.TreatmentStep
Reports whether this treatment step has magnetic susceptibility but not magnetic moment data.
isNear(Point2D, double) - Method in interface net.talvi.puffinplot.plots.PlotPoint
Report whether this point is near to a supplied Point2D.
isOnCircle() - Method in class net.talvi.puffinplot.data.TreatmentStep
Reports whether this measurement is used for a great-circle fit.
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.data.TreatmentStep
Reports whether PCA fits for this point should be anchored.
isPcaAnchored() - Method in class net.talvi.puffinplot.PuffinPrefs
Reports whether PCA fits should be anchored to the origin.
isPrintingInProgress() - Method in class net.talvi.puffinplot.window.MainGraphDisplay
Report whether printing is currently in progress.
isRequired() - Method in interface net.talvi.puffinplot.data.file.OptionDefinition
Returns true if and only if this option is required.
isRequired() - Method in class net.talvi.puffinplot.data.file.SimpleOptionDefinition
 
isSaved() - Method in class net.talvi.puffinplot.data.Suite
 
isSelected() - Method in class net.talvi.puffinplot.data.TreatmentStep
Reports whether this treatment step is selected.
isSelectionContiguous() - Method in class net.talvi.puffinplot.data.Sample
Returns true if the selected treatment steps are contiguous.
isValid() - Method in class net.talvi.puffinplot.data.GreatCircles
Returns true if this great-circle fit is valid according to the condition specified in the preferences.
isVirtual() - Method in enum net.talvi.puffinplot.data.TreatmentParameter
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 
Skip navigation links