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
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener) voidvoidvoidvoidremovePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener) protected void
-
Field Details
-
painters
-
-
Constructor Details
-
VizHoverHelpManager
protected VizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel)
-
-
Method Details
-
resetPainters
protected void resetPainters() -
paintFirst
- Specified by:
paintFirstin interfacecom.touchgraph.graphlayout.TGPaintListener
-
addPaintListener
public void addPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener) -
paintAfterEdges
- Specified by:
paintAfterEdgesin interfacecom.touchgraph.graphlayout.TGPaintListener
-
paintLast
- Specified by:
paintLastin interfacecom.touchgraph.graphlayout.TGPaintListener
-
removePaintListener
public void removePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
-