Package | Description |
---|---|
net.talvi.puffinplot.data |
This package contains code to read, store, analyse, and write palaeomagnetic
data.
|
net.talvi.puffinplot.data.file |
This package contains classes for reading palaeomagnetic data from a file.
|
net.talvi.puffinplot.window |
This package contains windows and related GUI classes for PuffinPlot.
|
Modifier and Type | Method and Description |
---|---|
static MeasType |
MeasType.fromString(java.lang.String string)
Creates a measurement type from a string representation.
|
MeasType |
Datum.getMeasType()
Returns the type of this measurement (discrete or continuous).
|
MeasType |
Sample.getMeasType()
Returns the measurement type of this sample (discrete or continuous).
|
MeasType |
Suite.getMeasType()
Returns the measurement type of this suite (discrete or continuous)
|
static MeasType |
MeasType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasType[] |
MeasType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<MeasType> |
Datum.measTypes(java.util.Collection<Datum> data)
Returns a set of all the measurement types of the supplied data.
|
Modifier and Type | Method and Description |
---|---|
void |
Datum.setMeasType(MeasType v)
Sets the type of this measurement (discrete or continuous).
|
Modifier and Type | Method and Description |
---|---|
MeasType |
FileFormat.getMeasurementType() |
Constructor and Description |
---|
FileFormat(java.util.Map<java.lang.Integer,DatumField> columnMap,
int headerLines,
MeasType measurementType,
TreatType treatmentType,
java.lang.String separator,
boolean useFixedWidthColumns,
java.util.List<java.lang.Integer> columnWidths,
MomentUnit momentUnit,
FieldUnit fieldUnit)
Creates a new file format with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
MeasType |
IapdImportDialog.getMeasType() |