org.graphstream.ui.graphicGraph.stylesheet
Class Colors

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Color>
              extended by org.graphstream.ui.graphicGraph.stylesheet.Colors
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Color>, Collection<Color>, List<Color>, RandomAccess

public class Colors
extends ArrayList<Color>

Ordered set of colours.

See Also:
Serialized Form

Constructor Summary
Colors()
          New empty colour set.
Colors(Colors others)
          New copy of the other colour set.
 
Method Summary
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

Colors

public Colors()
New empty colour set.


Colors

public Colors(Colors others)
New copy of the other colour set.

Parameters:
others - The other colour set to copy.


Copyright © 2012. All Rights Reserved.