tools
Class EdgeTool

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.CuttingTool
              |
              +--tools.EdgeTool
Direct Known Subclasses:
BlockPlane, Chisel, Knife

public abstract class EdgeTool
extends CuttingTool


Fields inherited from class tools.Tool
value
 
Constructor Summary
EdgeTool()
           
 
Method Summary
 void hone()
           
 void 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

EdgeTool

public EdgeTool()
Method Detail

sharpen

public void sharpen()
Overrides:
sharpen in class CuttingTool

hone

public void hone()