java.lang.Object
com.djrapitops.plan.delivery.rendering.json.graphs.pie.PieSlice

public class PieSlice extends Object
Represents a slice of a pie.
  • Constructor Details

    • PieSlice

      public PieSlice(String name, long y)
    • PieSlice

      public PieSlice(String name, long y, String color)
    • PieSlice

      public PieSlice(String name, long y, boolean drilldown)
    • PieSlice

      public PieSlice(String name, long y, String color, boolean drilldown)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getY

      public long getY()