Class FigureFactory

java.lang.Object
io.deephaven.plot.FigureFactory

public class FigureFactory extends Object
A factory for creating a new Figure.
  • Method Details

    • figure

      public static Figure figure()
      Creates a new figure.
      Returns:
      new figure
    • figure

      public static Figure figure(int numRows, int numCols)
      Creates a new figure.
      Parameters:
      numRows - number or rows in the figure grid.
      numCols - number or columns in the figure grid.
      Returns:
      new figure