|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.statistical.Study
com.softwarefx.chartfx.server.statistical.StudyInteractive
com.softwarefx.chartfx.server.statistical.StudyLine
com.softwarefx.chartfx.server.statistical.StudyFormula
com.softwarefx.chartfx.server.statistical.StudyDistribution
public class StudyDistribution
Provides access to the StudyDistribution object.
This class is specifically used to control attributes of studies that represent distributions. The supported members allow developers to configure how the study analyzes the data.
The class constructor allows the developer to specify a Distribution Formula.
Constructor Summary | |
---|---|
StudyDistribution(DistributionFormula distribution)
|
Method Summary | |
---|---|
double |
evaluateDistribution(double x)
Returns the calculated distribution value based on the parameter. |
double[] |
getCustomParams()
Gets the CustomParams. |
double |
getFrom()
Gets the From. |
void |
getRange(com.softwarefx.chartfx.server.statistical.StudyDistribution.GetRange_Double_r_Double_r _p_)
Error: Member StudyDistribution.Range member not found |
double |
getTo()
Gets the To. |
void |
setCustomParams(double[] value)
Get or set a custom array of parameters. |
void |
setFrom(double value)
Get or set the value where the distribution study begins. |
void |
setTo(double value)
Sets the value where the distribution study ends. |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyFormula |
---|
getCurveMax, getCurveMin, getFormula, getSteps, getXMax, getXMin, isFillArea, isSpline, setFillArea, setFormula, setSpline, setSteps |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyLine |
---|
getColor, getLine, getValue, isBehind, setBehind |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyInteractive |
---|
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible |
Methods inherited from class com.softwarefx.chartfx.server.statistical.Study |
---|
createStudy, createStudy, createStudy, createStudy, createStudy, getDecimals, getID, getText, getValue, isBold, isIndented, setBold, setDecimals, setIndented, setText, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.softwarefx.chartfx.server.statistical.IStudy |
---|
getColor, getText, getValue, isBold, isIndented, isInteractive, isVisible, setBold, setIndented, setVisible |
Constructor Detail |
---|
public StudyDistribution(DistributionFormula distribution)
Method Detail |
---|
public double evaluateDistribution(double x)
Returns the calculated distribution value based on the parameter.
x
- Modifies the distribution calculation.public double[] getCustomParams()
Gets the CustomParams. For more detail see setCustomParams(double[])
.
public double getFrom()
Gets the From. For more detail see setFrom(double)
.
public void getRange(com.softwarefx.chartfx.server.statistical.StudyDistribution.GetRange_Double_r_Double_r _p_)
Error: Member StudyDistribution.Range member not found
ERROR: Doc member not found
public double getTo()
Gets the To. For more detail see setTo(double)
.
public void setCustomParams(double[] value)
Get or set a custom array of parameters.
public void setFrom(double value)
Get or set the value where the distribution study begins.
This value does not have to be less than the associated To
value.
public void setTo(double value)
Sets the value where the distribution study ends.
This value does not have to be greater than the From
value.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |