All Packages Class Hierarchy This Package Previous Next Index
Class mandel.Boundary
java.lang.Object
|
+----mandel.Boundary
- public class Boundary
- extends Object
- implements Serializable
-
bottom
-
-
left
-
-
right
-
-
top
-
-
Boundary(double, double, double, double)
-
-
toString()
-
left
public double left
right
public double right
top
public double top
bottom
public double bottom
Boundary
public Boundary(double left,
double top,
double right,
double bottom)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index