|
|||||||||
| Home >> All >> com >> arranger >> jarl >> test >> [ frac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.test.frac
Class ComplexPoint

java.lang.Objectcom.arranger.jarl.test.frac.ComplexPoint
- public class ComplexPoint
- extends java.lang.Object
| Field Summary | |
private double |
imaginary
|
private double |
real
|
| Constructor Summary | |
ComplexPoint()
|
|
ComplexPoint(double real,
double imaginary)
|
|
| Method Summary | |
double |
getImaginary()
|
double |
getReal()
|
void |
set(ComplexPoint cp)
|
void |
set(double cr,
double ci)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
real
private double real
imaginary
private double imaginary
| Constructor Detail |
ComplexPoint
public ComplexPoint(double real,
double imaginary)
ComplexPoint
public ComplexPoint()
| Method Detail |
getImaginary
public double getImaginary()
getReal
public double getReal()
set
public void set(ComplexPoint cp)
set
public void set(double cr,
double ci)
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> test >> [ frac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.test.frac.ComplexPoint