Class SwingMDSPanel

All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<JComponent>, MDSPanel<JComponent>, ImageObserver, MenuContainer, Serializable, Accessible

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

    • SwingMDSPanel

      public SwingMDSPanel(SwingMDS mds)
  • Method Details

    • getAxisPlotPanel

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

      public void setModel(MDSScatterPlotModel model)
    • getMDS

      public SwingMDS getMDS()
    • 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>