bookExamples.ch24Reflection
Class Ex5

java.lang.Object
  extended by 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()
           
 
Method Summary
 double getTheta()
           
 double getThetaMax()
           
 double getThetaMin()
           
 double getThetaStepSize()
           
 int getX()
           
 int getxMax()
           
 int getxMin()
           
 int getxStepSize()
           
static void main(java.lang.String[] args)
           
 void setTheta(double theta)
           
 void setThetaMax(double thetaMax)
           
 void setThetaMin(double thetaMin)
           
 void setThetaStepSize(double thetaStepSize)
           
 void setX(int x)
           
 void setxMax(int xMax)
           
 void setxMin(int xMin)
           
 void setxStepSize(int xStepSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ex5

public Ex5()
Method Detail

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)