protected class VizController.VizHoverHelpManager extends Object implements com.touchgraph.graphlayout.TGPaintListener
Modifier | Constructor and Description |
---|---|
protected |
VizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel) |
Modifier and Type | Method and 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() |
protected ArrayList painters
protected VizHoverHelpManager(com.touchgraph.graphlayout.TGPanel panel)
protected void resetPainters()
public void paintFirst(Graphics g)
paintFirst
in interface com.touchgraph.graphlayout.TGPaintListener
public void addPaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)
public void paintAfterEdges(Graphics g)
paintAfterEdges
in interface com.touchgraph.graphlayout.TGPaintListener
public void paintLast(Graphics g)
paintLast
in interface com.touchgraph.graphlayout.TGPaintListener
public void removePaintListener(com.touchgraph.graphlayout.TGPaintListener aListener)