protected static final class PiePlot.Slice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
end
Value where the slice ends.
|
double |
start
Value where the slice starts.
|
Constructor and Description |
---|
PiePlot.Slice(double start,
double end)
Initializes a new slice with start and end value.
|