EVolve.util.painters
Class StackHotspotPainter

java.lang.Object
  |
  +--EVolve.util.painters.Painter
        |
        +--EVolve.util.painters.StackHotspotPainter
All Implemented Interfaces:
java.lang.Cloneable

public class StackHotspotPainter
extends Painter


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

Constructor Detail

StackHotspotPainter

public StackHotspotPainter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Painter

paint

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

setStack

public void setStack(java.util.Stack stack)

clone

public java.lang.Object clone()
Overrides:
clone in class Painter