bookExamples.ch24Reflection
Class Ex5
java.lang.Object
   bookExamples.ch24Reflection.Ex5
bookExamples.ch24Reflection.Ex5
- public class Ex5 
- extends java.lang.Object
User: lyon
 Date: Oct 22, 2006
 Time: 6:18:36 AM
 Copyright DocJava, Inc. 2005.
| Constructor Summary | 
| Ex5()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Ex5
public Ex5()
getTheta
public double getTheta()
- 
 
setTheta
public void setTheta(double theta)
- 
 
getThetaMin
public double getThetaMin()
- 
 
setThetaMin
public void setThetaMin(double thetaMin)
- 
 
getThetaMax
public double getThetaMax()
- 
 
setThetaMax
public void setThetaMax(double thetaMax)
- 
 
getThetaStepSize
public double getThetaStepSize()
- 
 
setThetaStepSize
public void setThetaStepSize(double thetaStepSize)
- 
 
getX
public int getX()
- 
 
setX
public void setX(int x)
- 
 
getxMin
public int getxMin()
- 
 
setxMin
public void setxMin(int xMin)
- 
 
getxMax
public int getxMax()
- 
 
setxMax
public void setxMax(int xMax)
- 
 
getxStepSize
public int getxStepSize()
- 
 
setxStepSize
public void setxStepSize(int xStepSize)
- 
 
main
public static void main(java.lang.String[] args)
-