-
- All Implemented Interfaces:
-
com.github.mikephil.charting.renderer.scatter.IShapeRenderer
public class SquareShapeRenderer implements IShapeRenderer
Created by wajdic on 15/06/2016. Created at Time 09:08
-
-
Method Summary
Modifier and Type Method Description voidrenderShape(Canvas c, IScatterDataSet dataSet, ViewPortHandler viewPortHandler, float posX, float posY, Paint renderPaint)Renders the provided ScatterDataSet with a shape. -
-
Method Detail
-
renderShape
void renderShape(Canvas c, IScatterDataSet dataSet, ViewPortHandler viewPortHandler, float posX, float posY, Paint renderPaint)
Renders the provided ScatterDataSet with a shape.
- Parameters:
c- Canvas object for drawing the shapedataSet- The DataSet to be drawnviewPortHandler- Contains information about the current state of the viewposX- Position to draw the shape atposY- Position to draw the shape atrenderPaint- Paint object used for styling and drawing
-
-
-
-