public class YAxisRendererRadarChart extends YAxisRenderer
mYAxismAxisLabelPaint, mAxisLinePaint, mGridPaint, mLimitLinePaint, mTransmMaxX, mMinX, mViewPortHandler| Constructor and Description |
|---|
YAxisRendererRadarChart(ViewPortHandler viewPortHandler,
YAxis yAxis,
RadarChart chart) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeAxis(float yMin,
float yMax)
Computes the axis values.
|
protected void |
computeAxisValues(float min,
float max)
Sets up the y-axis labels.
|
void |
renderAxisLabels(android.graphics.Canvas c)
draws the y-axis labels to the screen
|
void |
renderLimitLines(android.graphics.Canvas c)
Draws the LimitLines associated with this axis to the screen.
|
drawYLabels, renderAxisLine, renderGridLinesgetPaintAxisLabels, getPaintAxisLine, getPaintGrid, getTransformercalcXBounds, fitsBoundspublic YAxisRendererRadarChart(ViewPortHandler viewPortHandler, YAxis yAxis, RadarChart chart)
public void computeAxis(float yMin,
float yMax)
YAxisRenderercomputeAxis in class YAxisRendereryMin - - the minimum y-value in the data object for this axisyMax - - the maximum y-value in the data object for this axisprotected void computeAxisValues(float min,
float max)
YAxisRenderercomputeAxisValues in class YAxisRendererpublic void renderAxisLabels(android.graphics.Canvas c)
YAxisRendererrenderAxisLabels in class YAxisRendererpublic void renderLimitLines(android.graphics.Canvas c)
YAxisRendererrenderLimitLines in class YAxisRenderer