Uses of Class
de.xima.fc.common.graphdot.NodeAttributeList
-
Packages that use NodeAttributeList Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of NodeAttributeList in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeAttributeList Modifier and Type Method Description NodeAttributeList
NodeStatement. getAttributeList()
Methods in de.xima.fc.common.graphdot with parameters of type NodeAttributeList Modifier and Type Method Description static AttributeStatement
GraphDotElementFactory. attributeStatementNode(NodeAttributeList attributeList)
Creates a new assignment statement that assigns default properties to a node.static NodeStatement
GraphDotElementFactory. nodeStatement(NodeId nodeId, NodeAttributeList attributes)
Creates a new node statement.Constructors in de.xima.fc.common.graphdot with parameters of type NodeAttributeList Constructor Description NodeStatement(NodeId nodeId, NodeAttributeList attributes)
Creates a new node statement.
-