-
public interface IShapeRendererCreated by wajdic on 15/06/2016. Created at Time 09:07
-
-
Method Summary
Modifier and Type Method Description abstract voidrenderShape(Canvas c, IScatterDataSet dataSet, ViewPortHandler viewPortHandler, float posX, float posY, Paint renderPaint)Renders the provided ScatterDataSet with a shape. -
-
Method Detail
-
renderShape
abstract 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
-
-
-
-