Class SwingTreePlotToolTip<N,Row,Column>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.treemap.swing.treeplot.SwingTreePlotToolTip<N,Row,Column>
Type Parameters:
N -
All Implemented Interfaces:
TreeMapToolTip<N,Row,Column,Color,Font>, ImageObserver, MenuContainer, Serializable

public class SwingTreePlotToolTip<N,Row,Column> extends JComponent implements TreeMapToolTip<N,Row,Column,Color,Font>
Default implementation of a tooltip using JidePopup as a container.
See Also: