Class Scrolling2DScaleInfo

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

public class Scrolling2DScaleInfo extends TDScaleInfo
  • Constructor Details Link icon

  • Method Details Link icon

    • setMinVal Link icon

      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 Link icon

      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