Class EdgeColor


  • public class EdgeColor
    extends Object
    An edge color type. The color of an edge can be:
    • SOURCE: The source node's color
    • TARGET: The target node's color
    • MIXED: An average of source and target color
    • CUSTOM: A custom color
    • ORIGINAL: The original edge color, if exists
    Author:
    Mathieu Bastian