|
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
public class Study
Provides access to the Study object
The Study class provides developers with an API to control general attributes consistent with all the supported studies of the Chart FX Statistical Extention. These members may be used to customize statistic studies in the chart. All study specific classes are derived from this class.
| Constructor Summary | |
|---|---|
Study(StudyType studyType,
int id)
|
|
| Method Summary | |
|---|---|
static Study |
createStudy(Analysis analysis)
Used to create a study without adding the study to the StudiesCollection. |
static Study |
createStudy(AnalysisMulti analysis)
Used to create a study without adding the study to the StudiesCollection. |
static StudyFormula |
createStudy(DistributionFormula distribution)
Used to create a study without adding the study to the StudiesCollection. |
static StudyTest |
createStudy(Test test)
Used to create a study without adding the study to the StudiesCollection. |
static StudyTest |
createStudy(TestMulti test)
Used to create a study without adding the study to the StudiesCollection. |
Color |
getColor()
Error: Member Study.Color member not found |
int |
getDecimals()
Gets the Decimals. |
int |
getID()
Returns the Id of a study object. |
String |
getText()
Gets the Text. |
double |
getValue()
Gets the Value. |
String |
getValue(int series)
Gets the Value. |
boolean |
isBold()
Gets the Bold. |
boolean |
isIndented()
Gets the Indented. |
boolean |
isInteractive()
Error: Member Study.Interactive member not found |
boolean |
isVisible()
Error: Member Study.Visible member not found |
void |
setBold(boolean value)
Sets a value indicating whether the selected study's title will be bold. |
void |
setDecimals(int value)
Sets the number of decimal spaces displayed for a study. |
void |
setIndented(boolean value)
Sets a value indicating whether the selected study's title will indent. |
void |
setText(String value)
Sets the string used for the selected study's title. |
void |
setValue(double value)
Sets the value for a StudyCustom object. |
void |
setVisible(boolean value)
Error: Member Study.Visible member not found |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Study(StudyType studyType,
int id)
| Method Detail |
|---|
public static Study createStudy(Analysis analysis)
Used to create a study without adding the study to the StudiesCollection.
This method is used to create a selected study without adding it to the StudiesCollection object. The StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis) method of the StudiesCollection class allows you to create and add a study to the StudiesCollection.
analysis - Create a AnalysisMulti study.StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
StudiesCollectionpublic static Study createStudy(AnalysisMulti analysis)
Used to create a study without adding the study to the StudiesCollection.
This method is used to create a selected study without adding it to the StudiesCollection object. The StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis) method of the StudiesCollection class allows you to create and add a study to the StudiesCollection.
analysis - Create a AnalysisMulti study.StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
StudiesCollectionpublic static StudyFormula createStudy(DistributionFormula distribution)
Used to create a study without adding the study to the StudiesCollection.
This method is used to create a selected study without adding it to the StudiesCollection object. The StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis) method of the StudiesCollection class allows you to create and add a study to the StudiesCollection.
distribution - Create a DistributionFormula study.StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
StudiesCollectionpublic static StudyTest createStudy(Test test)
Used to create a study without adding the study to the StudiesCollection.
This method is used to create a selected study without adding it to the StudiesCollection object. The StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis) method of the StudiesCollection class allows you to create and add a study to the StudiesCollection.
test - Create a Test study.StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
StudiesCollectionpublic static StudyTest createStudy(TestMulti test)
Used to create a study without adding the study to the StudiesCollection.
This method is used to create a selected study without adding it to the StudiesCollection object. The StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis) method of the StudiesCollection class allows you to create and add a study to the StudiesCollection.
test - Create a Test study.StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
StudiesCollectionpublic Color getColor()
Error: Member Study.Color member not found
ERROR: Doc member not found
getColor in interface IStudypublic int getDecimals()
Gets the Decimals. For more detail see setDecimals(int).
public int getID()
Returns the Id of a study object.
The Statistics.getStudies() property of the Statistics class allows you to obtain a selected study which exposes the members of this class. The Studies property may also be used to obain the entire StudiesCollection.
This is a read-only property.
The setText(java.lang.String) property allows you to customize the text for a selected study's title.
The setBold(boolean) property allows you to display the study's title bold or in non-bold font.
Statistics.getStudies(),
setBold(boolean),
setDecimals(int),
setIndented(boolean),
setText(java.lang.String),
Statistics,
StudiesCollectionpublic String getText()
Gets the Text. For more detail see setText(java.lang.String).
getText in interface IStudypublic double getValue()
Gets the Value. For more detail see setValue(double).
public String getValue(int series)
Gets the Value. For more detail see setValue(double).
getValue in interface IStudypublic boolean isBold()
Gets the Bold. For more detail see setBold(boolean).
isBold in interface IStudypublic boolean isIndented()
Gets the Indented. For more detail see setIndented(boolean).
isIndented in interface IStudypublic boolean isInteractive()
Error: Member Study.Interactive member not found
ERROR: Doc member not found
isInteractive in interface IStudypublic boolean isVisible()
Error: Member Study.Visible member not found
ERROR: Doc member not found
isVisible in interface IStudypublic void setBold(boolean value)
Sets a value indicating whether the selected study's title will be bold.
The setText(java.lang.String) property allows you to customize the text for a selected study's title.
The setIndented(boolean) property allows you to control if the selected study's title will be indented or not.
setBold in interface IStudyStatistics.getStudies(),
setText(java.lang.String),
setIndented(boolean),
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
Statistics,
StudiesCollectionpublic void setDecimals(int value)
Sets the number of decimal spaces displayed for a study.
The Statistics.getStudies() property of the Statistics class allows you to obtain a selected study which exposes the members of this class. The Studies property may also be used to obain the entire StudiesCollection.
The setText(java.lang.String) property allows you to customize the text for a selected study's title.
The setBold(boolean) property allows you to display the study's title bold or in non-bold font.
Statistics.getStudies(),
setText(java.lang.String),
setBold(boolean),
setIndented(boolean),
getID(),
Statistics,
StudiesCollectionpublic void setIndented(boolean value)
Sets a value indicating whether the selected study's title will indent.
The Statistics.getStudies() property of the Statistics class allows you to obtain a selected study which exposes the members of this class. The Studies property may also be used to obain the entire StudiesCollection.
The setText(java.lang.String) property allows you to customize the text for a selected study's title.
The setBold(boolean) property allows you to display the study's title bold or in non-bold font.
setIndented in interface IStudyStatistics.getStudies(),
setText(java.lang.String),
setBold(boolean),
Statistics,
StudiesCollectionpublic void setText(String value)
Sets the string used for the selected study's title.
The Statistics.getStudies() property of the Statistics class allows you to obtain a selected study which exposes the members of this class. The Studies property may also be used to obain the entire StudiesCollection.
The setBold(boolean) property allows you to display the study's title bold or in non-bold font.
The setIndented(boolean) property allows you to control if the selected study's title will be indented or not.
Statistics.getStudies(),
setBold(boolean),
setIndented(boolean),
Statistics,
StudiesCollectionpublic void setValue(double value)
Sets the value for a StudyCustom object.
The Statistics.getStudies() property of the Statistics class allows you to obtain a selected study which exposes the members of this class. The Studies property may also be used to obain the entire StudiesCollection.
This property may only be used with StudyCustom objects, as other study objects will have precalcuated values based on the chart data. In order for a StudyCustom item to have a value, it must be configured.
Statistics.getStudies(),
StudyCustom,
StudiesCollection,
Statisticspublic void setVisible(boolean value)
Error: Member Study.Visible member not found
ERROR: Doc member not found
setVisible in interface IStudy
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||