Class SubGraphAttributeList

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

public class SubGraphAttributeList extends Object
An attribute list for sub graphs.
[bgcolor = green]
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • SubGraphAttributeList

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