Class HopGuiTooltipExtension


  • public class HopGuiTooltipExtension
    extends Object
    • Field Detail

      • x

        public int x
      • y

        public int y
      • screenX

        public int screenX
      • screenY

        public int screenY
      • tooltipImage

        public org.eclipse.swt.graphics.Image tooltipImage
    • Constructor Detail

      • HopGuiTooltipExtension

        public HopGuiTooltipExtension​(int x,
                                      int y,
                                      int screenX,
                                      int screenY,
                                      AreaOwner areaOwner,
                                      StringBuilder tip)