java.lang.Object
com.djrapitops.plan.delivery.rendering.json.graphs.pie.PieSlice
public class PieSlice
extends Object
Represents a slice of a pie.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
PieSlice
public PieSlice(String name,
long y)
-
-
PieSlice
public PieSlice(String name,
long y,
boolean drilldown)
-
PieSlice
public PieSlice(String name,
long y,
String color,
boolean drilldown)
-