Class SwingScatterPlotPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.macrofocus.high_d.scatterplot.swing.SwingScatterPlotPanel
All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<JComponent>, ScatterPlotPanel<JComponent>, ImageObserver, MenuContainer, Serializable, Accessible

public class SwingScatterPlotPanel extends JPanel implements ScatterPlotPanel<JComponent>
Panel with range slider zoom into the TreeMap
See Also:
  • Constructor Details

  • Method Details

    • setModel

      public void setModel(ScatterPlotModel model)
    • getAxisPlotPanel

      public com.macrofocus.plot.AxisPlotPanel getAxisPlotPanel()
    • getScatterPlot

      public ScatterPlot getScatterPlot()
    • setYPanelVisible

      public void setYPanelVisible(boolean b)
      Specified by:
      setYPanelVisible in interface ScatterPlotPanel<JComponent>
    • getYPanel

      public JPanel getYPanel()
    • setStyleClass

      public void setStyleClass(String... styleClasses)
      Specified by:
      setStyleClass in interface com.macrofocus.crossplatform.CPComponent<JComponent>
    • getNativeComponent

      public JComponent getNativeComponent()
      Specified by:
      getNativeComponent in interface com.macrofocus.crossplatform.CPComponent<JComponent>