java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.growthfunctionlibrary.functions.GrowthFunctionBase
de.grogra.growthfunctionlibrary.functions.AliSchaeffer
- All Implemented Interfaces:
Icon,IconSource,Manageable,Shareable,RenderedIcon,FloatToFloat
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliSchaeffer.Typefloatstatic final SCOType.Fieldfloatstatic final SCOType.Fieldfloatstatic final SCOType.Fieldfloatstatic final SCOType.Fieldfloatstatic final SCOType.Field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatevaluateFloat(float x) Computes the value of this function atx.floatgetD0()floatgetD1()floatgetD2()floatgetD3()floatgetD4()floatfloatvoidsetD0(float value) voidsetD1(float value) voidsetD2(float value) voidsetD3(float value) voidsetD4(float value) Methods inherited from class de.grogra.growthfunctionlibrary.functions.GrowthFunctionBase
drawChart, drawChart, drawChart, drawChart, drawChart, dublicate, getIcon, getIconBounds, getIconSource, getImage, getImage, getImageSource, getPreferredIconSize, getSizeRatio, isMutable, paintIcon, prepareIcon, renderImage, setValuesMethods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.grogra.pf.ui.RenderedIcon
getStamp
-
Field Details
-
d0
public float d0 -
d1
public float d1 -
d2
public float d2 -
d3
public float d3 -
d4
public float d4 -
$TYPE
-
d0$FIELD
-
d1$FIELD
-
d2$FIELD
-
d3$FIELD
-
d4$FIELD
-
-
Constructor Details
-
AliSchaeffer
public AliSchaeffer() -
AliSchaeffer
public AliSchaeffer(float d0, float d1, float d2, float d3, float d4)
-
-
Method Details
-
evaluateFloat
public float evaluateFloat(float x) Description copied from interface:FloatToFloatComputes the value of this function atx.- Parameters:
x- where the function is to be evaluated- Returns:
- function value at
x
-
getSuggestedXMin
public float getSuggestedXMin()- Specified by:
getSuggestedXMinin classGrowthFunctionBase
-
getSuggestedXMax
public float getSuggestedXMax()- Specified by:
getSuggestedXMaxin classGrowthFunctionBase
-
getManageableType
-
getD0
public float getD0() -
setD0
public void setD0(float value) -
getD1
public float getD1() -
setD1
public void setD1(float value) -
getD2
public float getD2() -
setD2
public void setD2(float value) -
getD3
public float getD3() -
setD3
public void setD3(float value) -
getD4
public float getD4() -
setD4
public void setD4(float value)
-