Uses of Class
de.xima.fc.common.graphdot.AttributeListBuilder
Packages that use AttributeListBuilder
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of AttributeListBuilder in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type AttributeListBuilderModifier and TypeClassDescriptionclassAttributeListBuilder<A extends IGraphDotAttributeList, Self extends AttributeListBuilder<A,Self>> Type safe builder for a list of graphviz dot graph attributes.Subclasses of AttributeListBuilder in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classA builder for anEdgeAttributeList.static final classA builder for anGraphAttributeList.static final classA builder for anNodeAttributeList.static final classA builder for anSubGraphAttributeList.