Package net.ontopia.topicmaps.viz
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
void
paintAfterEdges(Graphics g)
void
paintFirst(Graphics g)
void
paintLast(Graphics g)
void
removePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
protected void
resetPainters()
-
-
-
Field Detail
-
painters
protected ArrayList painters
-
-
Method Detail
-
resetPainters
protected void resetPainters()
-
paintFirst
public void paintFirst(Graphics g)
- Specified by:
paintFirst
in interfacecom.touchgraph.graphlayout.TGPaintListener
-
addPaintListener
public void addPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
-
paintAfterEdges
public void paintAfterEdges(Graphics g)
- Specified by:
paintAfterEdges
in interfacecom.touchgraph.graphlayout.TGPaintListener
-
paintLast
public void paintLast(Graphics g)
- Specified by:
paintLast
in interfacecom.touchgraph.graphlayout.TGPaintListener
-
removePaintListener
public void removePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
-
-