tools
Class Square

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.LayoutTool
              |
              +--tools.Square

public class Square
extends LayoutTool


Fields inherited from class tools.Tool
value
 
Constructor Summary
Square()
           
 
Method Summary
 void mark()
           
 void measure(double inches)
           
 
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

Square

public Square()
Method Detail

mark

public void mark()
Overrides:
mark in class LayoutTool

measure

public void measure(double inches)