Package com.treemap

Class DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font>

java.lang.Object
com.treemap.AbstractTreeMapToolTip<N,Row,Column,Component,Color,Font>
com.treemap.DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font>
All Implemented Interfaces:
TreeMapToolTip<N,Row,Column,Color,Font>

public class DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font> extends AbstractTreeMapToolTip<N,Row,Column,Component,Color,Font>
Created by luc on 06.05.17.
  • Constructor Details

  • Method Details

    • setSize

      public void setSize(Dimension d)
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getPreferredLocation

      public com.macrofocus.geom.Point getPreferredLocation()
      Description copied from interface: TreeMapToolTip
      Gets the preferred location of the tooltip relative to the TreeMapView.
      Returns:
      the preferred location
    • getType

      public TreeMapToolTip.ToolTipType getType()
      Description copied from interface: TreeMapToolTip
      Gets the type of tooltip.
      Returns:
      the type of the tooltip.
    • setType

      public void setType(TreeMapToolTip.ToolTipType type)
      Description copied from interface: TreeMapToolTip
      Sets the type of the tooltip.
      Parameters:
      type - the tooltip type.