public abstract class LineRadarRenderer extends LineScatterCandleRadarRenderer
BarLineScatterCandleBubbleRenderer.XBoundsmXBoundsmAnimator, mDrawPaint, mHighlightPaint, mRenderPaint, mValuePaintmViewPortHandler| Constructor and Description |
|---|
LineRadarRenderer(ChartAnimator animator,
ViewPortHandler viewPortHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawFilledPath(android.graphics.Canvas c,
android.graphics.Path filledPath,
android.graphics.drawable.Drawable drawable)
Draws the provided path in filled mode with the provided drawable.
|
protected void |
drawFilledPath(android.graphics.Canvas c,
android.graphics.Path filledPath,
int fillColor,
int fillAlpha)
Draws the provided path in filled mode with the provided color and alpha.
|
drawHighlightLinesisInBoundsX, shouldDrawValuesapplyValueTextStyle, drawData, drawExtras, drawHighlighted, drawValue, drawValues, getPaintHighlight, getPaintRender, getPaintValues, initBuffers, isDrawingValuesAllowedpublic LineRadarRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler)
protected void drawFilledPath(android.graphics.Canvas c,
android.graphics.Path filledPath,
android.graphics.drawable.Drawable drawable)
c - filledPath - drawable - protected void drawFilledPath(android.graphics.Canvas c,
android.graphics.Path filledPath,
int fillColor,
int fillAlpha)
c - filledPath - fillColor - fillAlpha -