-
public final class XAxisRendererRadarChart extends XAxisRenderer
-
-
Field Summary
Fields Modifier and Type Field Description private final RectFgridClippingRectprivate FloatArraylimitLineSegmentsBufferprivate <ERROR CLASS>paintGridprivate PaintpaintAxisLabelsprivate <ERROR CLASS>paintAxisLineprivate Transformertransformer
-
Constructor Summary
Constructors Constructor Description XAxisRendererRadarChart(ViewPortHandler viewPortHandler, XAxis xAxis, RadarChart chart)
-
Method Summary
Modifier and Type Method Description RectFgetGridClippingRect()final FloatArraygetLimitLineSegmentsBuffer()final UnitsetLimitLineSegmentsBuffer(FloatArray limitLineSegmentsBuffer)final <ERROR CLASS>getPaintGrid()paint object for the grid lines final Unit)>setPaintGrid(<ERROR CLASS> paintGrid)final PaintgetPaintAxisLabels()paint for the x-label values final UnitsetPaintAxisLabels(Paint paintAxisLabels)final <ERROR CLASS>getPaintAxisLine()paint for the line surrounding the chart final Unit)>setPaintAxisLine(<ERROR CLASS> paintAxisLine)final TransformergetTransformer()transformer to transform values to screen pixels and return final UnitsetTransformer(Transformer transformer)transformer to transform values to screen pixels and return UnitrenderAxisLabels(Canvas c)Draws the axis labels to the screen. UnitrenderLimitLines(Canvas c)XAxis LimitLines on RadarChart not yet supported. -
Methods inherited from class com.github.mikephil.charting.renderer.XAxisRendererRadarChart
computeAxis, renderAxisLine, renderGridLines, renderLimitLineLabel, renderLimitLineLine -
Methods inherited from class com.github.mikephil.charting.renderer.XAxisRenderer
setTextColor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
XAxisRendererRadarChart
XAxisRendererRadarChart(ViewPortHandler viewPortHandler, XAxis xAxis, RadarChart chart)
-
-
Method Detail
-
getGridClippingRect
RectF getGridClippingRect()
-
getLimitLineSegmentsBuffer
final FloatArray getLimitLineSegmentsBuffer()
-
setLimitLineSegmentsBuffer
final Unit setLimitLineSegmentsBuffer(FloatArray limitLineSegmentsBuffer)
-
getPaintGrid
final <ERROR CLASS> getPaintGrid()
paint object for the grid lines
-
setPaintGrid
final Unit )>setPaintGrid(<ERROR CLASS> paintGrid)
-
getPaintAxisLabels
final Paint getPaintAxisLabels()
paint for the x-label values
-
setPaintAxisLabels
final Unit setPaintAxisLabels(Paint paintAxisLabels)
-
getPaintAxisLine
final <ERROR CLASS> getPaintAxisLine()
paint for the line surrounding the chart
-
setPaintAxisLine
final Unit )>setPaintAxisLine(<ERROR CLASS> paintAxisLine)
-
getTransformer
final Transformer getTransformer()
transformer to transform values to screen pixels and return
-
setTransformer
final Unit setTransformer(Transformer transformer)
transformer to transform values to screen pixels and return
-
renderAxisLabels
Unit renderAxisLabels(Canvas c)
Draws the axis labels to the screen.
-
renderLimitLines
Unit renderLimitLines(Canvas c)
XAxis LimitLines on RadarChart not yet supported.
-
-
-
-