tools
Class CopingSaw

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.CuttingTool
              |
              +--tools.Saw
                    |
                    +--tools.CopingSaw

public class CopingSaw
extends Saw


Fields inherited from class tools.Tool
value
 
Constructor Summary
CopingSaw()
           
 
Method Summary
 void setAngle(double angle)
           
 
Methods inherited from class tools.Saw
setTeeth, 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

CopingSaw

public CopingSaw()
Method Detail

setAngle

public void setAngle(double angle)