tools
Class BlockPlane

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.CuttingTool
              |
              +--tools.EdgeTool
                    |
                    +--tools.BlockPlane

public class BlockPlane
extends EdgeTool


Fields inherited from class tools.Tool
value
 
Constructor Summary
BlockPlane()
           
 
Method Summary
 void setDepth(double depth)
           
 
Methods inherited from class tools.EdgeTool
hone, sharpen
 
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

BlockPlane

public BlockPlane()
Method Detail

setDepth

public void setDepth(double depth)