|
|||||||||
| 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 ComplexRectangle

java.lang.Objectcom.arranger.jarl.test.frac.ComplexRectangle
- public class ComplexRectangle
- extends java.lang.Object
| Field Summary | |
private double |
iMax
|
private double |
iMin
|
private double |
rMax
|
private double |
rMin
|
| Constructor Summary | |
ComplexRectangle()
|
|
ComplexRectangle(ComplexRectangle cr)
|
|
ComplexRectangle(double r1,
double r2,
double i1,
double i2)
|
|
| Method Summary | |
double |
getHeight()
|
double |
getIMax()
|
double |
getIMin()
|
double |
getRMax()
|
double |
getRMin()
|
double |
getWidth()
|
void |
set(ComplexPoint p1,
ComplexPoint p2)
|
void |
set(ComplexRectangle cr)
|
void |
set(double r1,
double r2,
double i1,
double i2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
iMin
private double iMin
iMax
private double iMax
rMin
private double rMin
rMax
private double rMax
| Constructor Detail |
ComplexRectangle
public ComplexRectangle(double r1,
double r2,
double i1,
double i2)
ComplexRectangle
public ComplexRectangle()
ComplexRectangle
public ComplexRectangle(ComplexRectangle cr)
| Method Detail |
getIMin
public double getIMin()
getIMax
public double getIMax()
getRMin
public double getRMin()
getRMax
public double getRMax()
getHeight
public double getHeight()
getWidth
public double getWidth()
set
public void set(ComplexRectangle cr)
set
public void set(ComplexPoint p1, ComplexPoint p2)
set
public void set(double r1,
double r2,
double i1,
double i2)
|
|||||||||
| 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.ComplexRectangle