com.scottpreston.javarobot.chapter7
Class SonarReadings

java.lang.Object
  extended by com.scottpreston.javarobot.chapter7.SonarReadings
All Implemented Interfaces:
java.io.Serializable

public class SonarReadings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int center
           
 int left
           
 int right
           
static long serialVersionUID
           
 
Constructor Summary
SonarReadings()
           
SonarReadings(java.lang.String readings)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

left

public int left

center

public int center

right

public int right

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SonarReadings

public SonarReadings()

SonarReadings

public SonarReadings(java.lang.String readings)
Method Detail

toString

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