|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.chemistry.opencmis.util.content.fractal.ComplexPoint
public class ComplexPoint
| 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 |
| Constructor Detail |
|---|
public ComplexPoint(double real,
double imaginary)
public ComplexPoint()
| Method Detail |
|---|
public double getImaginary()
public double getReal()
public void set(ComplexPoint cp)
public void set(double cr,
double ci)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||