Uses of Class
de.xima.fc.common.graphdot.NodeAttributeList
Packages that use NodeAttributeList
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of NodeAttributeList in de.xima.fc.common.graphdot
Subclasses with type arguments of type NodeAttributeList in de.xima.fc.common.graphdotMethods in de.xima.fc.common.graphdot that return NodeAttributeListMethods in de.xima.fc.common.graphdot with parameters of type NodeAttributeListModifier and TypeMethodDescriptionstatic AttributeStatementGraphDotElementFactory.attributeStatementNode(NodeAttributeList attributeList) Creates a new assignment statement that assigns default properties to a node.static NodeStatementGraphDotElementFactory.nodeStatement(NodeId nodeId, NodeAttributeList attributes) Creates a new node statement.Constructors in de.xima.fc.common.graphdot with parameters of type NodeAttributeListModifierConstructorDescriptionNodeStatement(NodeId nodeId, NodeAttributeList attributes) Creates a new node statement.