Package detectionPlotFX.data
Class DDDataLineInfo
java.lang.Object
detectionPlotFX.data.DDDataLineInfo
Information on the type of data that can be displayed
Every DDDataInfo has a list of DDDaataLineInfos indicating what types of data can be displayed.
Each DDDataline info also returns the name an units of the x and y axis.
- Author:
- Jamie Macaulay.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The different types of graphs that can be displayed -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataLineInfo[]
Get the DataLine info for the x, y and z axis.static String
-
Field Details
-
UNITS_ANGLE
- See Also:
-
UNITS_FREQUENCY
- See Also:
-
UNITS_TEMPERATURE
- See Also:
-
-
Constructor Details
-
DDDataLineInfo
public DDDataLineInfo()
-
-
Method Details
-
getAxisInfo
Get the DataLine info for the x, y and z axis.- Parameters:
type
- - the type of plot.- Returns:
- an 2 or 3 element array of axis. If 2 elements is x and y axis, if 3 elements is x, y and z axis.
-
getName
-