Class SwingTreeMapPanel

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

public class SwingTreeMapPanel extends JPanel implements com.macrofocus.crossplatform.CPComponent<JComponent>
Panel with range slider zoom into the TreeMap
See Also:
  • Constructor Details

    • SwingTreeMapPanel

      public SwingTreeMapPanel(com.treemap.TreeMap treeMap)
  • Method Details

    • setModel

      public void setModel(com.treemap.TreeMapModel model)
    • getTreeMap

      public com.treemap.TreeMap getTreeMap()
    • 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>