org.apache.chemistry.opencmis.util.content.fractal
Class ComplexRectangle

java.lang.Object
  extended by org.apache.chemistry.opencmis.util.content.fractal.ComplexRectangle

public class ComplexRectangle
extends Object


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
 

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)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.