Package dataPlotsFX.data
Class DataTypeInfo
java.lang.Object
dataPlotsFX.data.DataTypeInfo
- All Implemented Interfaces:
 Serializable
Simple class to hold a data type and a data unit.
- Author:
 - Jamie Macaulay
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionName of the data, e.g.Name of the data, e.g. - 
Constructor Summary
ConstructorsConstructorDescriptionDataTypeInfo(GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(DataTypeInfo dataTypeInfo) Make a string consisting of both the data type and the data units. 
- 
Field Details
- 
dataType
Name of the data, e.g. accelerometer x; bearing; slant angle, etc. - 
dataUnits
Name of the data, e.g. accelerometer x; bearing; slant angle, etc. 
 - 
 - 
Constructor Details
- 
DataTypeInfo
public DataTypeInfo(GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits)  
 - 
 - 
Method Details
- 
equals
 - 
getTypeString
Make a string consisting of both the data type and the data units.- Returns:
 - String of type and units to use in hash table of stored settings.
 
 
 -