Class Scrolling2DScaleInfo

java.lang.Object
dataPlotsFX.data.TDScaleInfo
dataPlotsFX.scrollingPlot2D.Scrolling2DScaleInfo

public class Scrolling2DScaleInfo extends TDScaleInfo
  • Constructor Details

  • 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 class TDScaleInfo
      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 class TDScaleInfo
      Parameters:
      maxVal - the maxVal to set