com.jdwsoftware.wfh.model
Class Direction

java.lang.Object
  |
  +--com.jdwsoftware.wfh.model.Direction

public class Direction
extends java.lang.Object

Title: Woody's Fishing Hole

Description: Educational Fishing Game

Copyright: Copyright (C) 2003 JDW Software, LLC

Company: JDW Software, LLC

The current direction the fish is heading.

Version:
$Revision: 1.4 $
Author:
Jim Woodgate

Constructor Summary
Direction()
           
Direction(float dx, float dy)
           
 
Method Summary
 float getDX()
           
 float getDY()
           
 void setDX(float dx)
           
 void setDY(float dy)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Direction

public Direction()

Direction

public Direction(float dx,
                 float dy)
Method Detail

getDX

public float getDX()

setDX

public void setDX(float dx)

getDY

public float getDY()

setDY

public void setDY(float dy)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object