Class BaseFigureImpl

java.lang.Object
com.illumon.iris.db.plot.BaseFigureImpl
All Implemented Interfaces:
BaseFigure, PlotExceptionCause, Serializable

public class BaseFigureImpl
extends Object
implements BaseFigure, PlotExceptionCause
Container for Charts.
See Also:
Serialized Form
  • Constructor Details

    • BaseFigureImpl

      public BaseFigureImpl()
      Creates a new Figure instance with a 1x1 grid. If newChart() with no arguments is called on this new Figure, the Figure will resize itself to hold the new Chart.
    • BaseFigureImpl

      public BaseFigureImpl​(int numRows, int numCols)
      Creates a new Figure instance with a numRows x numCols grid.
      Parameters:
      numRows - number of rows
      numCols - number of columns
    • BaseFigureImpl

      protected BaseFigureImpl​(BaseFigureImpl figure)
      Creates a copy of a Figure.
      Parameters:
      figure - figure to copy.
  • Method Details