public class StochasticSlowIndicator extends StochasticFastIndicator
FINANCIAL_INDICATOR_Z_INDEX
SERIES_Z_INDEX
Constructor and Description |
---|
StochasticSlowIndicator()
Creates a new instance of the
StochasticSlowIndicator class. |
Modifier and Type | Method and Description |
---|---|
int |
getSlowingPeriod()
Gets the indicator slowing period.
|
void |
setSlowingPeriod(int value)
Sets the indicator slowing period.
|
String |
toString() |
createRenderer, getMainPeriod, getSignalPeriod, getSignalStrokeColor, getSignalStrokeWidth, setMainPeriod, setSignalPeriod, setSignalStroke, setSignalStrokeWidth, signalModel
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 StochasticSlowIndicator()
StochasticSlowIndicator
class.public int getSlowingPeriod()
public void setSlowingPeriod(int value)
value
- The new slow period.public String toString()
toString
in class StochasticFastIndicator