public abstract class PointTemplateSeries extends ChartSeries implements LegendSelectable
SERIES_Z_INDEX
Modifier and Type | Method and Description |
---|---|
ChartDataPointRenderer |
getDataPointRenderer()
Gets the
ChartDataPointRenderer that will render the data points for this series. |
abstract int |
getLegendFillColor()
Returns the color used to depict this series in the Chart legend.
|
abstract int |
getLegendStrokeColor()
Returns the stroke color used to depict this series in the Chart legend.
|
String |
getLegendTitle()
Gets the title which will be displayed in the Chart legend for this series.
|
LegendSelectableListener |
getSelectedChangeListener() |
void |
onPointAdded(int index,
DataPoint point) |
void |
onPointRemoved(int index,
DataPoint point) |
void |
setDataPointRenderer(ChartDataPointRenderer renderer)
Sets the
ChartDataPointRenderer that will render the data points for this series. |
void |
setIsSelected(boolean isSelected) |
void |
setLegendTitle(String value)
Sets the title which will be displayed in the Chart legend for this series.
|
void |
setSelectedChangeListener(LegendSelectableListener listener) |
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 ChartDataPointRenderer getDataPointRenderer()
ChartDataPointRenderer
that will render the data points for this series.public void setDataPointRenderer(ChartDataPointRenderer renderer)
ChartDataPointRenderer
that will render the data points for this series.public String getLegendTitle()
public void setLegendTitle(String value)
value
- a string representing the title.public abstract int getLegendFillColor()
public abstract int getLegendStrokeColor()
public void onPointAdded(int index, DataPoint point)
onPointAdded
in interface ChartSeriesModel.DataPointsChangedListener
onPointAdded
in class ChartSeries
public void onPointRemoved(int index, DataPoint point)
onPointRemoved
in interface ChartSeriesModel.DataPointsChangedListener
onPointRemoved
in class ChartSeries
public void setIsSelected(boolean isSelected)
setIsSelected
in interface LegendSelectable
setIsSelected
in class ChartSeries
public void setSelectedChangeListener(LegendSelectableListener listener)
setSelectedChangeListener
in interface LegendSelectable
public LegendSelectableListener getSelectedChangeListener()
getSelectedChangeListener
in interface LegendSelectable