Class Colors

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Color>
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 Details

    • 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.