Class EdgeAttributeList

java.lang.Object
de.xima.fc.common.graphdot.EdgeAttributeList
All Implemented Interfaces:
IGraphDotAttributeList, IGraphDotElement, Serializable, Iterable<Map.Entry<? extends CharSequence, Object>>

public class EdgeAttributeList extends Object
An attribute list for edges.
[color = green, arrowhead = normal]
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • EdgeAttributeList

      public EdgeAttributeList(List<? extends Map.Entry<? extends CharSequence, Object>> attributes)
      Creates a new edge attribute list with the given attributes.
      Parameters:
      attributes - Attributes for the edge.
  • Method Details