Uses of Interface
de.xima.fc.common.graphdot.IGraphDotAttributeList
Packages that use IGraphDotAttributeList
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of IGraphDotAttributeList in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IGraphDotAttributeListModifier and TypeClassDescriptionclassAttributeListBuilder<A extends IGraphDotAttributeList, Self extends AttributeListBuilder<A,Self>> Type safe builder for a list of graphviz dot graph attributes.Classes in de.xima.fc.common.graphdot that implement IGraphDotAttributeListModifier and TypeClassDescriptionclassAn attribute list for edges.classAn attribute list for graphs.classAn attribute list for nodes.classAn attribute list for sub graphs.Methods in de.xima.fc.common.graphdot that return IGraphDotAttributeListModifier and TypeMethodDescriptionAttributeStatement.getAttributeList()Gets the attributes to set.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotAttributeListModifier and TypeMethodDescriptionstatic AttributeStatementGraphDotElementFactory.attributeStatement(EAttributeStatementType type, IGraphDotAttributeList attributes) Creates a new assignment statement that assigns default properties to a graph element.voidGraphDotModelWriter.writeModelAttributeList(IGraphDotAttributeList attributeList) Writes an attribute list model.Constructors in de.xima.fc.common.graphdot with parameters of type IGraphDotAttributeListModifierConstructorDescriptionAttributeStatement(EAttributeStatementType type, IGraphDotAttributeList attributeList) Creates a new assignment.