Class GenericScaleInfo

java.lang.Object
dataPlotsFX.data.TDScaleInfo
dataPlotsFX.data.generic.GenericScaleInfo

public class GenericScaleInfo extends TDScaleInfo
  • Constructor Details

  • 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 class TDScaleInfo
      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 -