Package org.jzy3d.ui

Class MultiChartPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MultiChartPanel extends JPanel
See Also:
  • Field Details

    • tf

      protected JTextField tf
    • textArea

      protected JTextArea textArea
    • textPane

      protected JScrollPane textPane
    • lineHeightPX

      protected int lineHeightPX
    • columnWidthPX

      protected int columnWidthPX
    • growCol

      protected boolean growCol
    • growLine

      protected boolean growLine
    • vertical

      protected boolean vertical
    • WT

      public static String WT
  • Constructor Details

    • MultiChartPanel

      public MultiChartPanel(List<Chart> charts)
    • MultiChartPanel

      public MultiChartPanel(List<Chart> charts, boolean vertical)
    • MultiChartPanel

      public MultiChartPanel(List<Chart> charts, boolean vertical, int width, int height)
    • MultiChartPanel

      public MultiChartPanel(List<Chart> charts, boolean vertical, int width, int height, boolean growCol, boolean growLine)
    • MultiChartPanel

      public MultiChartPanel(Chart[][] charts, boolean vertical, int width, int height, boolean growCol, boolean growLine) throws IOException
      Throws:
      IOException
    • MultiChartPanel

      public MultiChartPanel(Chart[][] charts, String[] header, String[] row, boolean vertical, int width, int height, boolean growCol, boolean growLine) throws IOException
      Throws:
      IOException
  • Method Details

    • ui

      public static void ui(String[] headers, Chart[][] charts) throws IOException
      Throws:
      IOException
    • ui

      public static void ui(String[] headers, Chart[][] charts, int width, int height) throws IOException
      Throws:
      IOException
    • insetsDefault

      public String insetsDefault()
    • insets0

      public String insets0()
    • lineInstruction

      public String lineInstruction()
    • columnInstruction

      public String columnInstruction()
    • addChart

      public JPanel addChart(Chart chart)
    • addChartAt

      public JPanel addChartAt(Chart chart, int nlin, int ncol)
    • getChartScreenshotAsComponent

      public JPanel getChartScreenshotAsComponent(Chart chart)
    • getChartAsComponent

      public Component getChartAsComponent(Chart chart)
    • addPanel

      public JPanel addPanel(Component panel)
    • addPanelAt

      public JPanel addPanelAt(Component panel, int nlin, int ncol)
    • ui

      public JFrame ui()
    • frame

      public JFrame frame()
    • frame

      public static JFrame frame(JPanel panel)
    • windowExitListener

      public static void windowExitListener(JFrame frame)