EVolve.util.Painters
Class StackHotspotPainter

java.lang.Object
  |
  +--EVolve.util.Painters.Painter
        |
        +--EVolve.util.Painters.StackHotspotPainter

public class StackHotspotPainter
extends Painter


Constructor Summary
StackHotspotPainter()
           
 
Method Summary
 void paint(AutoImage image, int x, int y, int z)
           
 void setStack(java.util.Stack stack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackHotspotPainter

public StackHotspotPainter()
Method Detail

paint

public void paint(AutoImage image,
                  int x,
                  int y,
                  int z)
Specified by:
paint in class Painter

setStack

public void setStack(java.util.Stack stack)