org.beanfabrics.swing
Class PathPainter

java.lang.Object
  extended by org.beanfabrics.swing.PathPainter

public class PathPainter
extends java.lang.Object

Experimental. Currently Unused.


Constructor Summary
PathPainter()
           
 
Method Summary
 void paintPath(java.awt.Graphics g, int x, int y, Path path, javax.swing.JComponent c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPainter

public PathPainter()
Method Detail

paintPath

public void paintPath(java.awt.Graphics g,
                      int x,
                      int y,
                      Path path,
                      javax.swing.JComponent c)