public class Colors extends ArrayList<Color>
| Constructor and Description |
|---|
Colors()
New empty colour set.
|
Colors(Colors others)
New copy of the other colour set.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodepublic Colors()
public Colors(Colors others)
others - The other colour set to copy.Copyright © 2015. All rights reserved.