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 

T

t63 - Variable in class net.talvi.puffinplot.data.ArasonLevi.ArithMean
θ63, the angular standard deviation, in degrees
TableWindow - Class in net.talvi.puffinplot.window
A window which shows all the data for a sample in tabular form.
TableWindow(PlotParams) - Constructor for class net.talvi.puffinplot.window.TableWindow
Creates a new table window.
TabularFileLoader - Class in net.talvi.puffinplot.data.file
A loader for a tabular text file with a custom format.
TabularFileLoader() - Constructor for class net.talvi.puffinplot.data.file.TabularFileLoader
 
TabularImportWindow - Class in net.talvi.puffinplot.window
A window allowing the user to define a custom file format.
TabularImportWindow(Frame, Preferences) - Constructor for class net.talvi.puffinplot.window.TabularImportWindow
Creates a new tabular import window.
Tensor - Class in net.talvi.puffinplot.data
A second-order symmetric tensor used to represent the anisotropy of magnetic susceptibility.
Tensor(double, double, double, double, double, double, Matrix, Matrix) - Constructor for class net.talvi.puffinplot.data.Tensor
Creates a tensor with the specified components and transformed using the specified matrices.
TernaryPlot - Class in net.talvi.puffinplot.plots
An experimental ternary plot for a sample's magnetic moment data.
TernaryPlot(PlotParams) - Constructor for class net.talvi.puffinplot.plots.TernaryPlot
Creates a ternary plot with the supplied parameters.
times(double) - Method in class net.talvi.puffinplot.data.Vec3
Multiplies this vector by a scalar value.
times(Vec3) - Method in class net.talvi.puffinplot.data.Vec3
Multiplies the components of this vector individually by the corresponding components of another vector.
timesTenToThe(String, String, Graphics2D) - Method in class net.talvi.puffinplot.plots.Plot
Returns an attributed string representing a number in scientific notation.
timesTenToThe(String, int, Graphics2D) - Method in class net.talvi.puffinplot.plots.Plot
Returns an attributed string representing a number in scientific notation.
toCommaSeparatedString() - Method in class net.talvi.puffinplot.data.MagSusSampleRpiEstimate
 
toCommaSeparatedString() - Method in interface net.talvi.puffinplot.data.SampleRpiEstimate
 
toCommaSeparatedString() - Method in class net.talvi.puffinplot.data.StepwiseSampleRpiEstimate
 
toggleSelected() - Method in class net.talvi.puffinplot.data.TreatmentStep
Toggles the treatment step's selection state.
toString() - Method in class net.talvi.puffinplot.data.Correction
Returns a parseable string representation of this correction.
toString() - Method in class net.talvi.puffinplot.data.FisherValues
Returns a string representation of the parameters.
toString() - Method in class net.talvi.puffinplot.data.SensorLengths
Returns a string representation of this object.
toString() - Method in class net.talvi.puffinplot.data.Site
Returns the name of this site.
toString() - Method in class net.talvi.puffinplot.data.Suite
Returns the name of this suite.
toString() - Method in class net.talvi.puffinplot.data.Vec3
Returns a string representation of this vector.
toStrings() - Method in class net.talvi.puffinplot.data.CustomFields
 
toStrings() - Method in class net.talvi.puffinplot.data.FisherValues
Returns the statistical parameters as a list of strings.
toStrings(FisherValues) - Static method in class net.talvi.puffinplot.data.FisherValues
Returns the statistical parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.GreatCircle
Returns the statistical parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.GreatCircles
Returns the statistical parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.Location
Returns the VGP parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.MedianDestructiveField
Returns the parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.PcaAnnotated
Returns the parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.PcaValues
Returns the parameters as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.Sample
Returns a list of Strings representing data pertaining to this sample.
toStrings() - Method in class net.talvi.puffinplot.data.Site
Returns a list of strings giving information about this site.
toStrings() - Method in class net.talvi.puffinplot.data.Suite
Returns strings representing data about this suite.
toStrings() - Method in class net.talvi.puffinplot.data.SuiteCalcs.Means
 
toStrings() - Method in class net.talvi.puffinplot.data.SuiteCalcs
 
toStrings() - Method in class net.talvi.puffinplot.data.Tensor
Returns the principal directions as a list of strings.
toStrings() - Method in class net.talvi.puffinplot.data.TreatmentStep
Produces a list of strings representing the data values within this treatment step object.
toStrings() - Method in class net.talvi.puffinplot.data.VGP
Returns the VGP parameters as a list of strings.
toSummaryString() - Method in class net.talvi.puffinplot.data.TreatmentStep
Produce a string summarizing the most important characteristics of this treatment step: step number, treatment type and level, moment vector (as declination, inclination, and intensity), and magnetic susceptibility.
toTensorComponentString() - Method in class net.talvi.puffinplot.data.Tensor
Returns a string giving the components of the tensor, separated by spaces.
touch() - Method in class net.talvi.puffinplot.data.Sample
Sets this sample's suite as "modified".
touch() - Method in class net.talvi.puffinplot.data.TreatmentStep
Sets this tratment steps's suite as "modified".
toVec3() - Method in class net.talvi.puffinplot.data.Location
 
toVector() - Method in class net.talvi.puffinplot.data.SensorLengths
Returns the sensor lengths as a three-dimensional vector.
transform(double[][]) - Method in class net.talvi.puffinplot.data.Vec3
Multiplies this vector by a supplied matrix.
TreatmentLevelComparator - Class in net.talvi.puffinplot.data
A comparator that compares treatment steps according to their treatment level.
TreatmentLevelComparator() - Constructor for class net.talvi.puffinplot.data.TreatmentLevelComparator
 
TreatmentParameter - Enum in net.talvi.puffinplot.data
This enum represents a data field in the TreatmentStep class which is associated with a measurement or other value.
TreatmentStep - Class in net.talvi.puffinplot.data
TreatmentStep is the fundamental data class of PuffinPlot.
TreatmentStep(double, double, double) - Constructor for class net.talvi.puffinplot.data.TreatmentStep
Creates a treatment step with a specified magnetization vector.
TreatmentStep(Vec3) - Constructor for class net.talvi.puffinplot.data.TreatmentStep
Creates a treatment step with a supplied magnetization vector.
TreatmentStep() - Constructor for class net.talvi.puffinplot.data.TreatmentStep
Creates a treatment step with no data.
TreatmentStep.Reader - Class in net.talvi.puffinplot.data
This class allows TreatmentStep objects to be created from string representations of a specified format.
treatmentStepChanged(TreatmentStep) - Method in interface net.talvi.puffinplot.window.CurrentTreatmentStepListener
Called when the current treatment step changes, generally as a result of the mouse pointer moving.
TreatmentStepMomentComparator - Class in net.talvi.puffinplot.data
This class implements a specific type of comparison for datum objects.
TreatmentStepMomentComparator(MeasurementAxis, Correction) - Constructor for class net.talvi.puffinplot.data.TreatmentStepMomentComparator
Creates a comparator which will compare magnetic moments along the specified axis after applying the specified correction.
TreatmentType - Enum in net.talvi.puffinplot.data
A type of treatment applied to a sample.
TreatmentWindow - Class in net.talvi.puffinplot.window
A window allowing the user to edit treatment type.
TreatmentWindow(PuffinApp) - Constructor for class net.talvi.puffinplot.window.TreatmentWindow
Creates a new correction window.
truncateTreatmentSteps(int) - Method in class net.talvi.puffinplot.data.Sample
Truncates the list of treatment steps to a specified number of entries.
tryToParseDouble(Component, String) - Static method in class net.talvi.puffinplot.Util
Try to parse a string to a Double object; if a NumberFormatException is thrown, show an error dialog and return null.
tryToParseInteger(Component, String) - Static method in class net.talvi.puffinplot.Util
Try to parse a string to an Integer object; if a NumberFormatException is thrown, show an error dialog and return null.
TwoGeeLoader - Class in net.talvi.puffinplot.data.file
A loader for the DAT files produced by the Long Core software supplied with 2G Enterprises magnetometers.
TwoGeeLoader() - Constructor for class net.talvi.puffinplot.data.file.TwoGeeLoader
Creates a new 2G loader.
TwoGeeLoader.MomentFields - Enum in net.talvi.puffinplot.data.file
The fields from which to read the magnetic moment (Cartesian or Polar).
TwoGeeLoader.Protocol - Enum in net.talvi.puffinplot.data.file
A measurement protocol.
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