Class GraphAttributeList

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

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

    • GraphAttributeList

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