|
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
public abstract class StudyLine
Provides access to the StudyLine object
This class is specifically used to control attributes of studies that utilize a Line object.
Constructor Summary | |
---|---|
StudyLine()
|
Method Summary | |
---|---|
Color |
getColor()
Error: Member StudyLine.Color member not found |
Line |
getLine()
Gets the Line object and exposes the supported members of the Line class. |
String |
getValue(int series)
Sets the value for a StudyCustom object. |
boolean |
isBehind()
Gets the Behind. |
void |
setBehind(boolean value)
Sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart. |
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 |
---|
getText, isBold, isIndented, isInteractive, isVisible, setBold, setIndented, setVisible |
Constructor Detail |
---|
public StudyLine()
Method Detail |
---|
public Color getColor()
Error: Member StudyLine.Color member not found
ERROR: Doc member not found
getColor
in interface IStudy
getColor
in class Study
public Line getLine()
Gets the Line object and exposes the supported members of the Line class.
You can obtain the StudyLine object for a selected study when adding the study to the Studies collection as follows:
This property exposes the Line class members which allows you to customize the width, style, and caps for the selected line.
The setBehind(boolean)
property allows you to specify whether the selected StudyLine object will be painted infront or behind the chart series.
setBehind(boolean)
,
Statistics.getStudies()
,
StudiesCollection
,
StudiesCollection
,
Statistics
public String getValue(int series)
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.
getValue
in interface IStudy
getValue
in class Study
Statistics.getStudies()
,
StudyCustom
,
StudiesCollection
,
Statistics
public boolean isBehind()
Gets the Behind. For more detail see setBehind(boolean)
.
public void setBehind(boolean value)
Sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart.
You can obtain the StudyLine object for a selected study when adding the study to the Studies collection as follows:
The getLine()
property exposes additional members to customize the width, style, and caps for the selected line.
getLine()
,
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 |