Uses of Interface
de.xima.fc.common.graphdot.IGraphDotAttributeList
-
Packages that use IGraphDotAttributeList Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotAttributeList in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IGraphDotAttributeList Modifier and Type Class Description class
AttributeListBuilder<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 IGraphDotAttributeList Modifier and Type Class Description class
EdgeAttributeList
An attribute list for edges.class
GraphAttributeList
An attribute list for graphs.class
NodeAttributeList
An attribute list for nodes.class
SubGraphAttributeList
An attribute list for sub graphs.Methods in de.xima.fc.common.graphdot that return IGraphDotAttributeList Modifier and Type Method Description IGraphDotAttributeList
AttributeStatement. getAttributeList()
Gets the attributes to set.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotAttributeList Modifier and Type Method Description static AttributeStatement
GraphDotElementFactory. attributeStatement(EAttributeStatementType type, IGraphDotAttributeList attributes)
Creates a new assignment statement that assigns default properties to a graph element.void
GraphDotModelWriter. writeModelAttributeList(IGraphDotAttributeList attributeList)
Writes an attribute list model.Constructors in de.xima.fc.common.graphdot with parameters of type IGraphDotAttributeList Constructor Description AttributeStatement(EAttributeStatementType type, IGraphDotAttributeList attributeList)
Creates a new assignment.
-