All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mandel.Boundary

java.lang.Object
   |
   +----mandel.Boundary

public class Boundary
extends Object
implements Serializable

Variable Index

 o bottom
 o left
 o right
 o top

Constructor Index

 o Boundary(double, double, double, double)

Method Index

 o toString()

Variables

 o left
 public double left
 o right
 public double right
 o top
 public double top
 o bottom
 public double bottom

Constructors

 o Boundary
 public Boundary(double left,
                 double top,
                 double right,
                 double bottom)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index