Package generalDatabase.lineplots
Class LinePlotScaleInfo
java.lang.Object
dataPlotsFX.data.TDScaleInfo
generalDatabase.lineplots.LinePlotScaleInfo
-
Property Summary
Properties inherited from class dataPlotsFX.data.TDScaleInfo
maxVal, minVal, nPlots
-
Field Summary
Fields inherited from class dataPlotsFX.data.TDScaleInfo
BASE_PRIORITY, INLIST_PRIORITY
-
Constructor Summary
ConstructorDescriptionLinePlotScaleInfo
(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int dataIndex) LinePlotScaleInfo
(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int nPlots, int dataIndex) -
Method Summary
Methods inherited from class dataPlotsFX.data.TDScaleInfo
addDivisorListener, calcDivisor, getAxisName, getAxisName, getDataType, getDataTypeInfo, getDataUnit, getDivisorString, getMaxVal, getMinVal, getNPlots, getNVisiblePlots, getPlotChannels, getPlotPriority, getReverseAxis, getScaleInfoData, getUnitDivisor, getUnitName, getVisibleChannels, getVisiblePlots, isAvailable, maxValProperty, minValProperty, nPlotsProperty, setMaxVal, setMinVal, setnPlots, setPlotChannels, setPlotPriority, setReverseAxis, setScaleInfoData, setUnitDivisor
-
Constructor Details
-
LinePlotScaleInfo
public LinePlotScaleInfo(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int nPlots, int dataIndex) - Parameters:
minVal
-maxVal
-dataType
-dataUnits
-nPlots
-
-
LinePlotScaleInfo
public LinePlotScaleInfo(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int dataIndex) - Parameters:
minVal
-maxVal
-dataType
-dataUnits
-
-
-
Method Details
-
getDataIndex
public int getDataIndex()
-