public abstract class BarLineScatterCandleBubbleRenderer extends DataRenderer
| Modifier and Type | Class and Description |
|---|---|
protected class |
BarLineScatterCandleBubbleRenderer.XBounds
Class representing the bounds of the current viewport in terms of indices in the values array of a DataSet.
|
| Modifier and Type | Field and Description |
|---|---|
protected BarLineScatterCandleBubbleRenderer.XBounds |
mXBounds
buffer for storing the current minimum and maximum visible x
|
mAnimator, mDrawPaint, mHighlightPaint, mRenderPaint, mValuePaintmViewPortHandler| Constructor and Description |
|---|
BarLineScatterCandleBubbleRenderer(ChartAnimator animator,
ViewPortHandler viewPortHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isInBoundsX(Entry e,
IBarLineScatterCandleBubbleDataSet set)
Checks if the provided entry object is in bounds for drawing considering the current animation phase.
|
protected boolean |
shouldDrawValues(IDataSet set)
Returns true if the DataSet values should be drawn, false if not.
|
applyValueTextStyle, drawData, drawExtras, drawHighlighted, drawValue, drawValues, getPaintHighlight, getPaintRender, getPaintValues, initBuffers, isDrawingValuesAllowedprotected BarLineScatterCandleBubbleRenderer.XBounds mXBounds
public BarLineScatterCandleBubbleRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler)
protected boolean shouldDrawValues(IDataSet set)
set - protected boolean isInBoundsX(Entry e, IBarLineScatterCandleBubbleDataSet set)
e - set -