JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicTreeMapUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jidesoft.plaf.TreeMapUI
          extended by com.jidesoft.plaf.basic.BasicTreeMapUI

public class BasicTreeMapUI
extends TreeMapUI

A basic L&F implementation of TreeMapView.


Constructor Summary
BasicTreeMapUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
          
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTreeMapUI

public BasicTreeMapUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

public void paint(Graphics g,
                  JComponent c)

Overrides:
paint in class ComponentUI

JIDE 3.5.15