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, setVisible
createAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValue
public StudyStripe(StudyType studyType, int id, StripeType stripeType)
studyType
- id
- stripeType
- public java.util.Collection<AxisSection> getAxisSections()
public java.awt.Color getColor()
getColor
in interface IStudy
getColor
in class Study
resetColor
public void setColor(java.awt.Color value)
value
- resetColor
public StripeType getType()
resetType
public void setType(StripeType value)
value
- resetType
public void resetColor()
setColor
public void resetType()
setType
2014 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.