Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class StudyStripe

java.lang.Object
  extended by com.softwarefx.chartfx.server.statistical.Study
      extended by com.softwarefx.chartfx.server.statistical.StudyInteractive
          extended by com.softwarefx.chartfx.server.statistical.StudyStripe
All Implemented Interfaces:
IStudy

public class StudyStripe
extends StudyInteractive
implements IStudy

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

StudyStripe

public StudyStripe(StudyType studyType,
                   int id,
                   StripeType stripeType)
Method Detail

getColor

public Color getColor()

Gets the Color. For more detail see setColor(java.awt.Color).

Specified by:
getColor in interface IStudy
Overrides:
getColor in class Study

getType

public StripeType getType()

Gets the Type. For more detail see setType(com.softwarefx.chartfx.server.statistical.StripeType).


setColor

public void setColor(Color value)

Sets the color for a selected StudyStripe object;

Remarks:
  • You can obtain the StudyStripe object for a selected study when adding the study to the Studies collection as follows:

  • See Also:
    Statistics.getStudies(), #setAdd, StudiesCollection, Statistics

    setType

    public void setType(StripeType value)

    Sets the type for a StudyStripe object.

    Remarks:
  • 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);

  • See Also:
    Statistics.getStudies(), setColor(java.awt.Color), #setStripes, StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis), Statistics, StudiesCollection

    http://www.softwarefx.com

    2008 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.