|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject SoftwareFX.ChartFX.Statistical.StudyChangedEvent
public final class StudyChangedEvent
A event which indicates that a Study has changed.
Constructor Summary | |
---|---|
StudyChangedEvent()
|
Method Summary | |
---|---|
Study |
getStudy()
Returns the study object when a StudyChanged event is raised. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StudyChangedEvent()
Method Detail |
---|
public Study getStudy()
Returns the study object when a StudyChanged event is raised.
This is a read-only property.
This property is accessible from the event obect when a StudyChanged event is raised.
Once you have obtained the Study object, you may use the supported member of the Study class to modify attributes of the object. Depending on the study type, this object may be cast to a study class specific to the type (StudyStripe, StudyConstant, StudyZScore, etc.).
Study
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |