Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.test.frac
Class ComplexPoint  view ComplexPoint download ComplexPoint.java

java.lang.Object
  extended bycom.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)