public class PaletteEntryCollection extends ObservableCollection<PaletteEntry>
ObservableCollection
that contains PaletteEntry
objects.Constructor and Description |
---|
PaletteEntryCollection()
Creates an instance of the
PaletteEntryCollection class
with a specified ChartPalette owner. |
PaletteEntryCollection(PaletteEntryCollection collection)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
PaletteEntryCollection |
clone() |
String |
getFamily()
Gets the family of
ChartSeries targeted by this collection. |
void |
setFamily(String value)
Sets the family of
ChartSeries targeted by this collection. |
add, add, addAll, addAll, addCollectionChangeListener, beginUpdate, clear, endUpdate, remove, remove, removeAll, removeCollectionChangeListener
contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
containsAll, equals, hashCode
parallelStream, stream
public PaletteEntryCollection()
PaletteEntryCollection
class
with a specified ChartPalette
owner.public PaletteEntryCollection(PaletteEntryCollection collection)
public String getFamily()
ChartSeries
targeted by this collection.public void setFamily(String value)
ChartSeries
targeted by this collection.public PaletteEntryCollection clone()
clone
in class ArrayList<PaletteEntry>