static AttributeStatement |
GraphDotElementFactory.attributeStatement(EAttributeStatementType type,
IGraphDotAttributeList attributes) |
Creates a new assignment statement that assigns default properties to a graph element.
|
static AttributeStatement |
GraphDotElementFactory.attributeStatementEdge(EdgeAttributeList attributeList) |
Creates a new assignment statement that assigns default properties to an edge.
|
static AttributeStatement |
GraphDotElementFactory.attributeStatementGraph(GraphAttributeList attributeList) |
Creates a new assignment statement that assigns default properties to a graph.
|
static AttributeStatement |
GraphDotElementFactory.attributeStatementNode(NodeAttributeList attributeList) |
Creates a new assignment statement that assigns default properties to a node.
|
static AttributeStatement |
GraphDotElementFactory.attributeStatementSubGraph(SubGraphAttributeList attributeList) |
Creates a new assignment statement that assigns default properties to a sub graph.
|