public abstract class RangeSeriesBase extends CategoricalSeriesBase
RangeBarSeries
for example.SERIES_Z_INDEX
Constructor and Description |
---|
RangeSeriesBase()
Creates a new instance of the
RangeSeriesBase class. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getHighBinding()
Gets the binding that will be used to get the value of the
RangeDataPoint.getHigh()
member of the contained data points. |
DataPointBinding |
getLowBinding()
Gets the binding that will be used to get the value of the
RangeDataPoint.getLow()
member of the contained data points. |
void |
setHighBinding(DataPointBinding value)
Gets the binding that will be used to get the value of the
RangeDataPoint.getHigh()
member of the contained data points. |
<T,U> void |
setHighBinding(Function<T,U> valueSelector)
Gets the binding that will be used to get the value of the
RangeDataPoint.getHigh()
member of the contained data points. |
void |
setLowBinding(DataPointBinding value)
Sets the binding that will be used to get the value of the
RangeDataPoint.getLow()
member of the contained data points. |
<T,U> void |
setLowBinding(Function<T,U> valueSelector)
Sets the binding that will be used to get the value of the
RangeDataPoint.getLow()
member of the contained data points. |
getCategoryBinding, getCombineMode, getStackGroupKey, setCategoryBinding, setCategoryBinding, setCombineMode, setStackGroupKey
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, getLegendFillColor, getLegendStrokeColor, 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, model, 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, toString, wait, wait, wait
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public RangeSeriesBase()
RangeSeriesBase
class.public DataPointBinding getLowBinding()
RangeDataPoint.getLow()
member of the contained data points.public void setLowBinding(DataPointBinding value)
RangeDataPoint.getLow()
member of the contained data points.value
- The low value binding.public <T,U> void setLowBinding(Function<T,U> valueSelector)
RangeDataPoint.getLow()
member of the contained data points.valueSelector
- The low value selector.public DataPointBinding getHighBinding()
RangeDataPoint.getHigh()
member of the contained data points.public void setHighBinding(DataPointBinding value)
RangeDataPoint.getHigh()
member of the contained data points.value
- The high binding.public <T,U> void setHighBinding(Function<T,U> valueSelector)
RangeDataPoint.getHigh()
member of the contained data points.valueSelector
- The high value selector.