Class VizController.VizHoverHelpManager

java.lang.Object
net.ontopia.topicmaps.viz.VizController.VizHoverHelpManager
All Implemented Interfaces:
com.touchgraph.graphlayout.TGPaintListener, EventListener
Enclosing class:
VizController

protected class VizController.VizHoverHelpManager extends Object implements com.touchgraph.graphlayout.TGPaintListener
INTERNAL: Hover Help Manager
  • Field Details

  • Constructor Details

    • VizHoverHelpManager

      protected VizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel)
  • Method Details

    • resetPainters

      protected void resetPainters()
    • paintFirst

      public void paintFirst(Graphics g)
      Specified by:
      paintFirst in interface com.touchgraph.graphlayout.TGPaintListener
    • addPaintListener

      public void addPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
    • paintAfterEdges

      public void paintAfterEdges(Graphics g)
      Specified by:
      paintAfterEdges in interface com.touchgraph.graphlayout.TGPaintListener
    • paintLast

      public void paintLast(Graphics g)
      Specified by:
      paintLast in interface com.touchgraph.graphlayout.TGPaintListener
    • removePaintListener

      public void removePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)