Uses of Class
dataPlots.data.DataLineInfo
Packages that use DataLineInfo
Package
Description
-
Uses of DataLineInfo in clickDetector.tdPlots
Methods in clickDetector.tdPlots with parameters of type DataLineInfo -
Uses of DataLineInfo in d3.plots
Subclasses of DataLineInfo in d3.plots -
Uses of DataLineInfo in dataPlots.data
Methods in dataPlots.data that return DataLineInfoMethods in dataPlots.data that return types with arguments of type DataLineInfoModifier and TypeMethodDescriptionTDDataInfo.getDataLineInfos()Short string names of the dimensions of the data.Methods in dataPlots.data with parameters of type DataLineInfoModifier and TypeMethodDescriptionvoidTDDataInfo.addDataUnits(DataLineInfo dataLineInfo) Add a type of data unit to the list.voidTDDataInfo.selectDataLine(DataLineInfo dataLine) Called when the user selects a specific data lineConstructors in dataPlots.data with parameters of type DataLineInfoModifierConstructorDescriptionStandardDataInfo(TDDataProvider tdDataProvider, TDGraph tdGraph, PamDataBlock dataBlock, DataLineInfo dataUnits, TDScaleInfo scaleInformation) StandardDataInfo(TDDataProvider tdDataProvider, TDGraph tdGraph, PamDataBlock dataBlock, DataLineInfo dataUnits, TDScaleInfo scaleInformation, int dataDimensions) -
Uses of DataLineInfo in dataPlots.layout
Methods in dataPlots.layout with parameters of type DataLineInfoModifier and TypeMethodDescriptionvoidTDGraph.selectDataLine(TDDataInfo dataInfo, DataLineInfo dataLine) Called when the user selects a specific data line for a specific data type. -
Uses of DataLineInfo in detectionPlotFX.data
Methods in detectionPlotFX.data that return DataLineInfoModifier and TypeMethodDescriptionstatic DataLineInfo[]DDDataLineInfo.getAxisInfo(DDDataLineInfo.PlotType type) Get the DataLine info for the x, y and z axis.