org.rubato.rubettes.bigbang.view.model.tools
Class ReflectionTool

java.lang.Object
  extended by org.rubato.rubettes.bigbang.view.model.tools.DisplayTool
      extended by org.rubato.rubettes.bigbang.view.model.tools.ReflectionTool

public class ReflectionTool
extends DisplayTool


Constructor Summary
ReflectionTool()
           
 
Method Summary
 void paint(AbstractPainter painter)
           
 
Methods inherited from class org.rubato.rubettes.bigbang.view.model.tools.DisplayTool
setDisplay, setEndingPoint, setStartingPoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionTool

public ReflectionTool()
Method Detail

paint

public void paint(AbstractPainter painter)
Specified by:
paint in class DisplayTool