|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectconvertDXSingleSpeed.QuadraticCurve
public class QuadraticCurve
This method implements a quadratic curve.
Constructor Summary | |
---|---|
QuadraticCurve()
|
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 |
getMinValX()
This method gets the minimum x-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 |
setMaxValX(java.lang.String parameter)
This method sets the maximum x-value of the curve. |
void |
setMinValX(java.lang.String parameter)
This method sets the minimum x-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 QuadraticCurve()
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 setMinValX(java.lang.String parameter)
public java.lang.String getMinValX()
public void setMaxValX(java.lang.String parameter)
public java.lang.String getMaxValX()
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 |