|
|||||||||
| Home >> All >> com >> arranger >> jarl >> widget >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.widget.filter
Class ComplexRect

java.lang.Objectcom.arranger.jarl.widget.filter.ComplexRect
- public class ComplexRect
- extends java.lang.Object
ComplexRect created on Apr 5, 2003
| Nested Class Summary | |
static class |
ComplexRect.ComplexRectConversionFunction
|
static class |
ComplexRect.ComplexRectDisplay
|
| Field Summary | |
static com.arranger.jarl.util.ObjectUtil.IConversionFunction |
COMPLEX_CONVERSION
|
static com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay |
COMPLEX_DISPLAY
|
protected double |
m_imagMax
|
protected double |
m_imagMin
|
protected double |
m_realMax
|
protected double |
m_realMin
|
| Constructor Summary | |
ComplexRect(double realMin,
double realMax,
double imagMin,
double imagMax)
|
|
| Method Summary | |
static ComplexRect |
adjust(ComplexRect complexRect,
double width,
double height)
|
double |
getImagMax()
|
double |
getImagMin()
|
double |
getRealMax()
|
double |
getRealMin()
|
static ComplexRect |
parseComplexRect(java.lang.String complexRect)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
COMPLEX_CONVERSION
public static com.arranger.jarl.util.ObjectUtil.IConversionFunction COMPLEX_CONVERSION
COMPLEX_DISPLAY
public static com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay COMPLEX_DISPLAY
m_realMin
protected double m_realMin
m_realMax
protected double m_realMax
m_imagMin
protected double m_imagMin
m_imagMax
protected double m_imagMax
| Constructor Detail |
ComplexRect
public ComplexRect(double realMin,
double realMax,
double imagMin,
double imagMax)
| Method Detail |
getRealMin
public double getRealMin()
getRealMax
public double getRealMax()
getImagMin
public double getImagMin()
getImagMax
public double getImagMax()
parseComplexRect
public static ComplexRect parseComplexRect(java.lang.String complexRect)
adjust
public static ComplexRect adjust(ComplexRect complexRect, double width, double height)
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> widget >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.widget.filter.ComplexRect