org.apache.chemistry.opencmis.util.content.fractal
Class ComplexRectangle
java.lang.Object
org.apache.chemistry.opencmis.util.content.fractal.ComplexRectangle
public class ComplexRectangle
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexRectangle
public ComplexRectangle(double r1,
double r2,
double i1,
double i2)
ComplexRectangle
public ComplexRectangle()
ComplexRectangle
public ComplexRectangle(ComplexRectangle cr)
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.