|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.monkeycoder.monkeyfractal.base.ComplexRange
public class ComplexRange
This class represents a specific range on Complex Plane.
Originally part of the MonkeyFractal project.
| Constructor Summary | |
|---|---|
ComplexRange(double inRealLowerBound,
double inRealUpperBound,
double inImaginaryLowerBound,
double inImaginaryUpperBound)
Creates a new ComplexRange set to the range specified. |
|
| Method Summary | |
|---|---|
double |
getImaginaryLowerBound()
Gets the lower bound of this range on the imaginary axis. |
double |
getImaginaryUpperBound()
Gets the upper bound of this range on the imaginary axis. |
double |
getRealLowerBound()
Gets the lower bound of this range on the real axis. |
double |
getRealUpperBound()
Gets the upper bound of this range on the real axis. |
void |
setRange(double inRealLowerBound,
double inRealUpperBound,
double inImaginaryLowerBound,
double inImaginaryUpperBound)
Sets this ComplexRange to the range specified. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexRange(double inRealLowerBound,
double inRealUpperBound,
double inImaginaryLowerBound,
double inImaginaryUpperBound)
inRealLowerBound - The lower bound of the range on the real axis.inRealUpperBound - The upper bound of the range on the real axis.inImaginaryLowerBound - The lower bound of the range on the imaginary axis.inImaginaryUpperBound - The upper bound of the range on the imaginary axis.| Method Detail |
|---|
public void setRange(double inRealLowerBound,
double inRealUpperBound,
double inImaginaryLowerBound,
double inImaginaryUpperBound)
inRealLowerBound - The lower bound of the range on the real axis.inRealUpperBound - The upper bound of the range on the real axis.inImaginaryLowerBound - The lower bound of the range on the imaginary axis.inImaginaryUpperBound - The upper bound of the range on the imaginary axis.public double getRealLowerBound()
public double getRealUpperBound()
public double getImaginaryLowerBound()
public double getImaginaryUpperBound()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||