|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectconvertEIR.BiCubicCurve
public class BiCubicCurve
This method implements a bicubic curve.
Constructor Summary | |
---|---|
BiCubicCurve()
|
Method Summary | |
---|---|
java.lang.String |
curveToString()
This method concatenates the coefficients of the curve into a string. |
java.lang.String |
getMaxValX()
This method gets the maximum x-value of the curve. |
java.lang.String |
getMaxValY()
This method gets the maximum y-value of the curve. |
java.lang.String |
getMinValX()
This method gets the minimum x-value of the curve. |
java.lang.String |
getMinValY()
This method gets the minimum y-value of the curve. |
void |
setCoef1(java.lang.String parameter)
This method sets the first coefficient of the curve. |
void |
setCoef10(java.lang.String parameter)
This method sets the tenth coefficient of the curve. |
void |
setCoef2(java.lang.String parameter)
This method sets the second coefficient of the curve. |
void |
setCoef3(java.lang.String parameter)
This method sets the third coefficient of the curve. |
void |
setCoef4(java.lang.String parameter)
This method sets the fourth coefficient of the curve. |
void |
setCoef5(java.lang.String parameter)
This method sets the fifth coefficient of the curve. |
void |
setCoef6(java.lang.String parameter)
This method sets the sixth coefficient of the curve. |
void |
setCoef7(java.lang.String parameter)
This method sets the seventh coefficient of the curve. |
void |
setCoef8(java.lang.String parameter)
This method sets the eight coefficient of the curve. |
void |
setCoef9(java.lang.String parameter)
This method sets the ninth coefficient of the curve. |
void |
setMaxValX(java.lang.String parameter)
This method sets the maximum x-value of the curve. |
void |
setMaxValY(java.lang.String parameter)
This method sets the maximum y-value of the curve. |
void |
setMinValX(java.lang.String parameter)
This method sets the minimum x-value of the curve. |
void |
setMinValY(java.lang.String parameter)
This method sets the minimum y-value of the curve. |
void |
setName(java.lang.String parameter)
This method sets the name of the curve. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiCubicCurve()
Method Detail |
---|
public void setCoef1(java.lang.String parameter)
public void setCoef2(java.lang.String parameter)
public void setCoef3(java.lang.String parameter)
public void setCoef4(java.lang.String parameter)
public void setCoef5(java.lang.String parameter)
public void setCoef6(java.lang.String parameter)
public void setCoef7(java.lang.String parameter)
public void setCoef8(java.lang.String parameter)
public void setCoef9(java.lang.String parameter)
public void setCoef10(java.lang.String parameter)
public void setMinValX(java.lang.String parameter)
public java.lang.String getMinValX()
public void setMaxValX(java.lang.String parameter)
public java.lang.String getMaxValX()
public void setMinValY(java.lang.String parameter)
public java.lang.String getMinValY()
public void setMaxValY(java.lang.String parameter)
public java.lang.String getMaxValY()
public void setName(java.lang.String parameter)
public java.lang.String curveToString()
curveToString
in interface ICurve
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |