public class GradientEffectList extends java.util.ArrayList<GradientEffect>
Constructor and Description |
---|
GradientEffectList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(GradientEffect gradientEffect) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public boolean add(GradientEffect gradientEffect)
add
in interface java.util.Collection<GradientEffect>
add
in interface java.util.List<GradientEffect>
add
in class java.util.ArrayList<GradientEffect>