|
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.StudyStripe
public class StudyStripe
Provides access to the StudyStripe object
This class is specifically used to control attributes of studies that utilize a Stripe object.
| Constructor Summary | |
|---|---|
StudyStripe(StudyType studyType,
int id,
StripeType stripeType)
|
|
| Method Summary | |
|---|---|
Color |
getColor()
Gets the Color. |
StripeType |
getType()
Gets the Type. |
void |
setColor(Color value)
Sets the color for a selected StudyStripe object; |
void |
setType(StripeType value)
Sets the type for a StudyStripe object. |
| 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, 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, getValue, isBold, isIndented, isInteractive, isVisible, setBold, setIndented, setVisible |
| Constructor Detail |
|---|
public StudyStripe(StudyType studyType,
int id,
StripeType stripeType)
| Method Detail |
|---|
public Color getColor()
Gets the Color. For more detail see setColor(java.awt.Color).
getColor in interface IStudygetColor in class Studypublic StripeType getType()
Gets the Type. For more detail see setType(com.softwarefx.chartfx.server.statistical.StripeType).
public void setColor(Color value)
Sets the color for a selected StudyStripe object;
You can obtain the StudyStripe object for a selected study when adding the study to the Studies collection as follows:
Statistics.getStudies(),
#setAdd,
StudiesCollection,
Statisticspublic void setType(StripeType value)
Sets the type for a StudyStripe object.
You can obtain the StudyStripe object for a selected study when adding the study to the Studies collection as follows:
This property allows you to configure the stripe how to paint relative to the plotted data (Middle, Over or Under);
Statistics.getStudies(),
setColor(java.awt.Color),
#setStripes,
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis),
Statistics,
StudiesCollection
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||