com.touchgraph.graphlayout
Interface TGPaintListener

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

public interface TGPaintListener
extends EventListener

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

Version:
1.21 $Id: TGPaintListener.java,v 3.0 2004/07/24 13:21:12 altheim Exp $
Author:
Alexander Shapiro

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)


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.