tapestry.support.swing
Class TPainter

java.lang.Object
  |
  +--tapestry.support.swing.TAnimator
        |
        +--tapestry.support.swing.TPainter

public class TPainter
extends TAnimator


Fields inherited from class tapestry.support.swing.TAnimator
DEFAULT_DELAY
 
Constructor Summary
TPainter()
           
TPainter(TCanvas container)
           
 
Method Summary
 void act()
           
 
Methods inherited from class tapestry.support.swing.TAnimator
actionPerformed, dispose, getContainer, getCount, getDelay, init, isRunning, setDelay, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPainter

public TPainter()

TPainter

public TPainter(TCanvas container)
Method Detail

act

public void act()
Overrides:
act in class TAnimator