Class JfcFigureBuilder

java.lang.Object
com.illumon.iris.db.plot.builders.jfreechart.JfcFigureBuilder

public class JfcFigureBuilder extends Object
Build a panel to display a figure.
  • Field Details

  • Constructor Details

  • Method Details

    • newComponent

      public JPanel newComponent()
      Returns:
      JFreeChart representation of this Figure
    • newComponent

      public JPanel newComponent(boolean isSave)
      Returns:
      JFreeChart representation of this Figure
    • save

      public void save(String saveLocation, boolean wait, long timeoutSeconds)
    • save

      public void save(String saveLocation, int width, int height, boolean wait, long timeoutSeconds)
    • fireViewShowing

      public void fireViewShowing(LambdaGovernor governor, ViewportWindowAdapter.Event event)