public abstract class CategoricalStrokedSeries extends CategoricalSeries implements StrokedSeries
CategoricalSeries
that have a stroke.Modifier and Type | Field and Description |
---|---|
static int |
STROKE_COLOR_PROPERTY_KEY |
static int |
STROKE_THICKNESS_PROPERTY_KEY |
SERIES_Z_INDEX
Constructor and Description |
---|
CategoricalStrokedSeries()
Creates a new instance of the
CategoricalStrokedSeries class. |
CategoricalStrokedSeries(DataPointBinding valueBinding,
DataPointBinding categoryBinding,
Iterable data) |
Modifier and Type | Method and Description |
---|---|
float[] |
getDashArray()
Gets the dash pattern of the stroke.
|
DataPointIndicatorRenderer |
getDataPointIndicatorRenderer()
Gets the data point indicator renderer.
|
int |
getLegendFillColor()
Returns the color used to depict this series in the Chart legend.
|
int |
getLegendStrokeColor()
Returns the stroke color used to depict this series in the Chart legend.
|
float |
getLineTouchTargetSize() |
int |
getStrokeColor()
Gets the stroke color.
|
float |
getStrokeThickness()
Gets the stroke thickness.
|
float |
getTouchTargetRadius() |
void |
setDashArray(float[] dashArray)
Sets the dash pattern of the stroke.
|
void |
setDataPointIndicatorRenderer(DataPointIndicatorRenderer dataPointIndicatorRenderer)
Sets the data point indicator renderer.
|
void |
setLineTouchTargetSize(float value) |
void |
setStrokeColor(int value)
Sets the stroke color.
|
void |
setStrokeThickness(float value)
Sets the stroke thickness.
|
void |
setTouchTargetRadius(float radius) |
getValueBinding, setValueBinding, setValueBinding
getCategoryBinding, getCombineMode, getStackGroupKey, setCategoryBinding, setCategoryBinding, setCombineMode, setStackGroupKey
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, 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 static final int STROKE_COLOR_PROPERTY_KEY
public static final int STROKE_THICKNESS_PROPERTY_KEY
public CategoricalStrokedSeries()
CategoricalStrokedSeries
class.public CategoricalStrokedSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, Iterable data)
public void setTouchTargetRadius(float radius)
public float getTouchTargetRadius()
public int getLegendFillColor()
PointTemplateSeries
getLegendFillColor
in class PointTemplateSeries
public int getLegendStrokeColor()
PointTemplateSeries
getLegendStrokeColor
in class PointTemplateSeries
public float getLineTouchTargetSize()
public void setLineTouchTargetSize(float value)
public DataPointIndicatorRenderer getDataPointIndicatorRenderer()
DataPointIndicatorRenderer
public void setDataPointIndicatorRenderer(DataPointIndicatorRenderer dataPointIndicatorRenderer)
dataPointIndicatorRenderer
- the new data point indicator renderer.public int getStrokeColor()
getStrokeColor
in interface StrokedSeries
public void setStrokeColor(int value)
value
- The new stroke color.public float getStrokeThickness()
getStrokeThickness
in interface StrokedSeries
public void setStrokeThickness(float value)
value
- The stroke thickness.public float[] getDashArray()
public void setDashArray(float[] dashArray)
dashArray
- The new dash pattern.