public class BollingerBandsIndicator extends ValuePeriodIndicatorBase
FINANCIAL_INDICATOR_Z_INDEX
SERIES_Z_INDEX
Constructor and Description |
---|
BollingerBandsIndicator()
Creates a new instance of the
ValuePeriodIndicatorBase class. |
Modifier and Type | Method and Description |
---|---|
int |
getLowerBandStrokeColor()
Gets the lower band stroke color.
|
float |
getLowerBandStrokeWidth()
Gets the lower band stroke width.
|
int |
getStandardDeviations()
Gets the number of standard deviations used to calculate the indicator values.
|
ChartSeriesModel |
lowerBandModel()
The model holding information about the lower band.
|
void |
setLowerBandStrokeColor(int color)
Sets the lower band stroke color.
|
void |
setLowerBandStrokeWidth(float strokeWidth)
Sets the lower band stroke color.
|
void |
setStandardDeviations(int standardDeviations)
Sets the number of standard deviations used to calculate the indicator values.
|
String |
toString() |
getPeriod, setPeriod
getValueBinding, setValueBinding
createRenderer, 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 BollingerBandsIndicator()
ValuePeriodIndicatorBase
class.public int getStandardDeviations()
public void setStandardDeviations(int standardDeviations)
standardDeviations
- the new number of standard deviations.public int getLowerBandStrokeColor()
public void setLowerBandStrokeColor(int color)
color
- the new lower band stroke color.public float getLowerBandStrokeWidth()
public void setLowerBandStrokeWidth(float strokeWidth)
strokeWidth
- the new lower band stroke color.public ChartSeriesModel lowerBandModel()