com.touchgraph.graphlayout
Interface TGPaintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DragAddUI, DragMultiselectUI, HVRotateDragUI

public interface TGPaintListener
extends EventListener

TGPaintListener. Implemented by any plugin that needs to do its own painting.


Method Summary
 void paintAfterEdges(Graphics g)
           
 void paintFirst(Graphics g)
           
 void paintLast(Graphics g)
           
 

Method Detail

paintFirst

void paintFirst(Graphics g)

paintAfterEdges

void paintAfterEdges(Graphics g)

paintLast

void paintLast(Graphics g)