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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Direction
public Direction()
Direction
public Direction(float dx,
float dy)
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