Package dataPlotsFX.data.generic
Class GenericScaleInfo
java.lang.Object
dataPlotsFX.data.TDScaleInfo
dataPlotsFX.data.generic.GenericScaleInfo
-
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
ConstructorDescriptionGenericScaleInfo
(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits) GenericScaleInfo
(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int nPlots) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Is this scale type currently available ? This is needed for data types which may change their localisation content dynamically.void
setAvailable
(boolean available) Set if this scale info is currently available.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, maxValProperty, minValProperty, nPlotsProperty, setMaxVal, setMinVal, setnPlots, setPlotChannels, setPlotPriority, setReverseAxis, setScaleInfoData, setUnitDivisor
-
Constructor Details
-
GenericScaleInfo
public GenericScaleInfo(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits) -
GenericScaleInfo
public GenericScaleInfo(double minVal, double maxVal, GeneralProjector.ParameterType dataType, GeneralProjector.ParameterUnits dataUnits, int nPlots)
-
-
Method Details
-
isAvailable
public boolean isAvailable()Description copied from class:TDScaleInfo
Is this scale type currently available ? This is needed for data types which may change their localisation content dynamically. For instance, if a datablock has a beam former added to it's output, it will then have bearing information which it would not have if the datablock was not linked up to a localiser.- Overrides:
isAvailable
in classTDScaleInfo
- Returns:
- True if it's currently possible to plot data units on this axis type.
-
setAvailable
public void setAvailable(boolean available) Set if this scale info is currently available.- Parameters:
available
-
-