public final class Pie.SliceValueList
extends java.util.ArrayList
Title: SliceValueList class
Description: List to hold percents of height for each Pie slice.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
Series |
OwnerSeries |
Constructor and Description |
---|
SliceValueList() |
Modifier and Type | Method and Description |
---|---|
int |
getSlice(int index) |
void |
setSlice(int index,
int value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public Series OwnerSeries