|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.Statistical.Study SoftwareFX.ChartFX.Statistical.StudyInteractive SoftwareFX.ChartFX.Statistical.StudyZScores
public final class StudyZScores
Provides access to the StudyZScores object.
This class is specifically used to control attributes of studies that include z scores for display. The supported members allow developers to control what the z scores lines selected data series and color.
Constructor Summary | |
---|---|
StudyZScores()
|
Method Summary | |
---|---|
java.awt.Color |
getColor()
Gets the Color. |
int |
getSeries()
Gets the Series. |
void |
setColor(java.awt.Color value)
Gets or sets the color for the selected StudyZScores object. |
void |
setSeries(int value)
Gets or sets a value indicating which series in the chart the ZScore study will be applied. |
Methods inherited from class SoftwareFX.ChartFX.Statistical.StudyInteractive |
---|
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible |
Methods inherited from class SoftwareFX.ChartFX.Statistical.Study |
---|
createStudyAnalysis, createStudyAnalysisMulti, createStudyDistributionFormula, createStudyTest, createStudyTestMulti, 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 |
Constructor Detail |
---|
public StudyZScores()
Method Detail |
---|
public java.awt.Color getColor()
Gets the Color. For more detail see setColor(java.awt.Color)
.
public int getSeries()
Gets the Series. For more detail see setSeries(int)
.
public void setColor(java.awt.Color value)
Gets or sets the color for the selected StudyZScores object.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
StudyZScores zs1 = (StudyZScores) statistics1.getStudies().addAnalysis(Analysis.ZSCORES);
The setSeries(int)
property may be used to assign which series the ZScores study will be applied.
setSeries(int)
,
Statistics.getStudies()
,
StudiesCollection.add(java.lang.Object)
,
StudiesCollection
,
Statistics
public void setSeries(int value)
Gets or sets a value indicating which series in the chart the ZScore study will be applied.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
StudyZScores zs1 = (StudyZScores) statistics1.getStudies().addAnalysis(Analysis.ZSCORES);
You can configure the color for the ZScore lines in the chart using the setColor(java.awt.Color)
property.
setColor(java.awt.Color)
,
Statistics.getStudies()
,
StudiesCollection.add(java.lang.Object)
,
StudiesCollection
,
Statistics
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |