|
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
public abstract class StudyInteractive
Provides access to the StudyInteractive object
This class is specifically used to control attributes of studies that users may interact. These interactive studies, when added to the extension, allow end users to show or hide in the statistical chart.
Constructor Summary | |
---|---|
StudyInteractive()
|
Method Summary | |
---|---|
Axis |
getAxis()
Gets the Axis. |
boolean |
isInteractive()
Gets the Interactive. |
boolean |
isVisible()
Gets the Visible. |
void |
setAxis(Axis value)
Sets a value indicating the Axis a StudyInteractive object is associated. |
void |
setInteractive(boolean value)
Sets a value specifying whether or not the user will have access to interact with the selected study. |
void |
setVisible(boolean value)
Sets a value specifying whether or not the StudyInteractive object will be visible in the chart. |
Methods inherited from class com.softwarefx.chartfx.server.statistical.Study |
---|
createStudy, createStudy, createStudy, createStudy, createStudy, getColor, getDecimals, getID, getText, getValue, 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, setBold, setIndented |
Constructor Detail |
---|
public StudyInteractive()
Method Detail |
---|
public Axis getAxis()
Gets the Axis. For more detail see setAxis(com.softwarefx.chartfx.server.Axis)
.
public boolean isInteractive()
Gets the Interactive. For more detail see setInteractive(boolean)
.
isInteractive
in interface IStudy
isInteractive
in class Study
public boolean isVisible()
Gets the Visible. For more detail see setVisible(boolean)
.
isVisible
in interface IStudy
isVisible
in class Study
public void setAxis(Axis value)
Sets a value indicating the Axis a StudyInteractive object is associated.
You can obtain the StudyInteractive object for a selected study when adding the study to the Studies collection as follows:
Use the setVisible(boolean)
property to show or hide a selected StudyInteractive study in a chart.
The setInteractive(boolean)
property allows you to configure whether end users will be able to control a selected study or not.
setInteractive(boolean)
,
setVisible(boolean)
public void setInteractive(boolean value)
Sets a value specifying whether or not the user will have access to interact with the selected study.
You can obtain the StudyInteractive object for a selected study when adding the study to the Studies collection as follows:
When this property is set to false, the checkbox for the selected study is not visible. Therefore, users do not have the ability to interact with the chart via the selected study.
The setVisible(boolean)
property may be used to show or hide the selected study in the chart.
setVisible(boolean)
,
Statistics.getStudies()
,
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis)
,
StudiesCollection
,
Statistics
public void setVisible(boolean value)
Sets a value specifying whether or not the StudyInteractive object will be visible in the chart.
You can obtain the StudyInteractive object for a selected study when adding the study to the Studies collection as follows:
When this property is set to true, the study and cooresponding ConstantLine/Stripe/ErrorBar/Line will be visible in the chart. The setInteractive(boolean)
property allows you to specify whether end users may interact with the study. If Interactive is set to true, users may change the value of the Visible property by checking and unchecking the study's checkbox in the chart legend.
setVisible
in interface IStudy
setVisible
in class Study
setInteractive(boolean)
,
Statistics.getStudies()
,
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis)
,
StudiesCollection
,
Statistics
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |