Class NodeAttributeList

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

public class NodeAttributeList extends Object
An attribute list for nodes.
[color = green, label = hello]
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • NodeAttributeList

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