tools
Class LayoutTool

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.LayoutTool
Direct Known Subclasses:
Square, Tape

public abstract class LayoutTool
extends Tool


Fields inherited from class tools.Tool
value
 
Constructor Summary
LayoutTool()
           
 
Method Summary
abstract  void mark()
           
 
Methods inherited from class tools.Tool
buy, sell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTool

public LayoutTool()
Method Detail

mark

public abstract void mark()
                   throws Exception