public class BiQuadraticCurve extends java.lang.Object implements ICurve
Constructor and Description |
---|
BiQuadraticCurve() |
Modifier and Type | Method and Description |
---|---|
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 sets 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 |
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 |
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
|
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 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