Class PlotPoints

java.lang.Object
llnl.gnem.core.gui.plotting.plotly.PlotPoints

public class PlotPoints extends Object
  • Constructor Details

    • PlotPoints

      public PlotPoints()
    • PlotPoints

      public PlotPoints(double[] x, double[] y, double[] screenX, double[] screenY)
  • Method Details

    • getX

      public double[] getX()
    • setX

      public void setX(double[] x)
    • getY

      public double[] getY()
    • setY

      public void setY(double[] y)
    • getScreenX

      public double[] getScreenX()
    • setScreenX

      public void setScreenX(double[] screenX)
    • getScreenY

      public double[] getScreenY()
    • setScreenY

      public void setScreenY(double[] screenY)