public class StochasticFastIndicator extends HighLowCloseIndicatorBase
FINANCIAL_INDICATOR_Z_INDEX
SERIES_Z_INDEX
Constructor and Description |
---|
StochasticFastIndicator()
Creates a new instance of the
StochasticFastIndicator class. |
Modifier and Type | Method and Description |
---|---|
LineRenderer |
createRenderer()
Creates a new
LineRenderer object with the stroke properties of this LineIndicatorBase object. |
int |
getMainPeriod()
Gets the main or fast period of the indicator.
|
int |
getSignalPeriod()
Gets the signal or slow period of the indicator.
|
int |
getSignalStrokeColor()
Gets the signal stroke color.
|
float |
getSignalStrokeWidth()
Gets the signal stroke width.
|
void |
setMainPeriod(int value)
Sets the main or fast period of the indicator.
|
void |
setSignalPeriod(int value)
Sets the signal or slow period of the indicator.
|
void |
setSignalStroke(int color)
Sets the signal stroke color.
|
void |
setSignalStrokeWidth(float width)
Sets the signal stroke width.
|
ChartSeriesModel |
signalModel()
Returns the model holding the information about the signal.
|
String |
toString() |
getCloseBinding, setCloseBinding
getHighBinding, getLowBinding, setHighBinding, setLowBinding
getDashArray, getLegendFillColor, getLegendStrokeColor, getStrokeColor, getStrokeThickness, setDashArray, setStrokeColor, setStrokeThickness
getCategoryBinding, getDataPoints, model, setCategoryBinding
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, getLegendTitle, getSelectedChangeListener, onPointAdded, onPointRemoved, setDataPointRenderer, setIsSelected, setLegendTitle, setSelectedChangeListener
addPropertyChangedListener, dataSource, findClosestPoint, getClipToPlotArea, getData, getDistanceToPoint, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTest, hitTestDataPoint, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, postRender, removePropertyChangedListener, render, setClipToPlotArea, setData, setIsVisibleInLegend, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelMargin, setLabelPadding, setLabelRenderer, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter, setSelectionMode, setShowLabels
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public StochasticFastIndicator()
StochasticFastIndicator
class.public int getMainPeriod()
public void setMainPeriod(int value)
value
- the new main period.public int getSignalPeriod()
public void setSignalPeriod(int value)
value
- the new signal period.public int getSignalStrokeColor()
public void setSignalStroke(int color)
color
- the new signal stroke color.public float getSignalStrokeWidth()
public void setSignalStrokeWidth(float width)
width
- the new signal stroke width.public ChartSeriesModel signalModel()
public LineRenderer createRenderer()
LineIndicatorBase
LineRenderer
object with the stroke properties of this LineIndicatorBase
object.createRenderer
in class LineIndicatorBase