com.touchgraph.graphlayout
Interface TGPaintListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DragAddUI, DragMultiselectUI, HVRotateDragUI
- public interface TGPaintListener
- extends java.util.EventListener
TGPaintListener. Implemented by any plugin that needs to do its own
painting.
- Version:
- 1.21 $Id: TGPaintListener.java,v 1.1.1.1 2004/02/06 08:44:05 keesj Exp $
- Author:
- Alexander Shapiro
paintFirst
public void paintFirst(java.awt.Graphics g)
paintAfterEdges
public void paintAfterEdges(java.awt.Graphics g)
paintLast
public void paintLast(java.awt.Graphics g)
Copyright © 2003-2004 SourceForge. All Rights Reserved.