Class ArcElement

  • All Implemented Interfaces:
    IsPoint

    public class ArcElement
    extends ChartElement
    Maps the out-of-the-box CHART.JS element used to represents arcs on the charts.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getStartAngle

        public double getStartAngle()
        Returns the start angle of data set item.
        Returns:
        the start angle of data set item.
      • getEndAngle

        public double getEndAngle()
        Returns the end angle of data set item.
        Returns:
        the end angle of data set item.
      • getCircumference

        public double getCircumference()
        Returns the circumference of data set item.
        Returns:
        the circumference of data set item.
      • getOuterRadius

        public double getOuterRadius()
        Returns the outer radius of data set item in pixel.
        Returns:
        the outer radius of data set item in pixel.
      • getInnerRadius

        public double getInnerRadius()
        Returns the inner radius of data set item in pixel.
        Returns:
        the inner radius of data set item in pixel.