public final class StudyStripe extends StudyInteractive
This class is specifically used to control attributes of studies that utilize a Stripe object.
| Constructor and Description |
|---|
StudyStripe(StudyType studyType,
int id,
StripeType stripeType)
Provides access to the StudyStripe object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AxisSection> |
getAxisSections()
Returns the collection of AxisSections associated with a StudyStripe object.
|
java.awt.Color |
getColor()
Gets or sets the color for a selected StudyStripe object;
|
StripeType |
getType()
Gets or sets the type for a StudyStripe object.
|
void |
resetColor()
Set the property Color to its default value.
|
void |
resetType()
Set the property Type to its default value.
|
void |
setColor(java.awt.Color value)
Gets or sets the color for a selected StudyStripe object;
|
void |
setType(StripeType value)
Gets or sets the type for a StudyStripe object.
|
getAxis, isInteractive, isVisible, resetInteractive, resetVisible, setAxis, setInteractive, setVisiblecreateAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValuepublic StudyStripe(StudyType studyType, int id, StripeType stripeType)
studyType - id - stripeType - public java.util.Collection<AxisSection> getAxisSections()
public java.awt.Color getColor()
getColor in interface IStudygetColor in class StudyresetColorpublic void setColor(java.awt.Color value)
value - resetColorpublic StripeType getType()
resetTypepublic void setType(StripeType value)
value - resetTypepublic void resetColor()
setColorpublic void resetType()
setType2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.