Package 

Class TriangleShapeRenderer

  • All Implemented Interfaces:
    com.github.mikephil.charting.renderer.scatter.IShapeRenderer

    
    public class TriangleShapeRenderer
     implements IShapeRenderer
                        

    Created by wajdic on 15/06/2016. Created at Time 09:08

    • Method Summary

      Modifier and Type Method Description
      void renderShape(Canvas c, IScatterDataSet dataSet, ViewPortHandler viewPortHandler, float posX, float posY, Paint renderPaint) Renders the provided ScatterDataSet with a shape.
      • Methods inherited from class com.github.mikephil.charting.renderer.scatter.IShapeRenderer

        renderShape
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 shape
        dataSet - The DataSet to be drawn
        viewPortHandler - Contains information about the current state of the view
        posX - Position to draw the shape at
        posY - Position to draw the shape at
        renderPaint - Paint object used for styling and drawing