Package dataPlotsFX.scrollingPlot2D
Class Scrolling2DScaleInfo
java.lang.Object
dataPlotsFX.data.TDScaleInfo
dataPlotsFX.scrollingPlot2D.Scrolling2DScaleInfo
-
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
ConstructorDescriptionScrolling2DScaleInfo
(Scrolling2DPlotInfo scrolling2dPlotInfo, double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits) -
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, setnPlots, setPlotChannels, setPlotPriority, setReverseAxis, setScaleInfoData, setUnitDivisor
-
Constructor Details
-
Scrolling2DScaleInfo
public Scrolling2DScaleInfo(Scrolling2DPlotInfo scrolling2dPlotInfo, double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits)
-
-
Method Details
-
setMinVal
public void setMinVal(double minVal) Description copied from class:TDScaleInfo
Set the minimum value of the y axis (x axis when vertical).- Overrides:
setMinVal
in classTDScaleInfo
- Parameters:
minVal
- the minVal to set
-
setMaxVal
public void setMaxVal(double maxVal) Description copied from class:TDScaleInfo
Set the maximum value of the y axis (x axis when vertical).- Overrides:
setMaxVal
in classTDScaleInfo
- Parameters:
maxVal
- the maxVal to set
-