Package de.xima.fc.common.graphdot
Package with tools for working with the graph dot language.
-
Class Summary Class Description Assignment An assignment from a name to a value.AssignmentStatement An property statement assigning a value to a named property.AttributeListBuilder<A extends IGraphDotAttributeList,Self extends AttributeListBuilder<A,Self>> Type safe builder for a list of graphviz dot graph attributes.AttributeListBuilder.AttributeArrowHead Thearrowhead
attribute.AttributeListBuilder.AttributeArrowSize Thearrowsize
attribute.AttributeListBuilder.AttributeArrowTail Thearrowtail
attribute.AttributeListBuilder.AttributeBgColor Thebgcolor
attribute.AttributeListBuilder.AttributeClass Theclass
attribute.AttributeListBuilder.AttributeCluster Thecluster
attribute.AttributeListBuilder.AttributeClusterRank Theclusterrank
attribute.AttributeListBuilder.AttributeColor Thecolor
attribute.AttributeListBuilder.AttributeConstraint Theconstraint
attribute.AttributeListBuilder.AttributeDirection Thedir
attribute.AttributeListBuilder.AttributeEdgeStyle Thestyle
attribute for edges.AttributeListBuilder.AttributeEdgeTooltip Theedgetooltip
attribute.AttributeListBuilder.AttributeExteriorLabelPosition Thexlp
attribute.AttributeListBuilder.AttributeExternalLabel Thexlabel
attribute.AttributeListBuilder.AttributeFillColor Thefillcolor
attribute.AttributeListBuilder.AttributeFontColor Thefontcolor
attribute.AttributeListBuilder.AttributeFontName Thefontname
attribute.AttributeListBuilder.AttributeFontSize Thefontsize
attribute.AttributeListBuilder.AttributeGraphRoot Theroot
attribute for graphs.AttributeListBuilder.AttributeHeadLabel Theheadlabel
attribute.AttributeListBuilder.AttributeHeadTooltip Theheadtooltip
attribute.AttributeListBuilder.AttributeHeight Thewith
attribute.AttributeListBuilder.AttributeLabel Thelabel
attribute.AttributeListBuilder.AttributeLabelCenterPosition Thelp
attribute.AttributeListBuilder.AttributeLabelFontColor Thelabelfontcolor
attribute.AttributeListBuilder.AttributeLabelLocation Thelabelloc
attribute.AttributeListBuilder.AttributeLabelTooltip Thelabeltooltip
attribute.AttributeListBuilder.AttributeMargin Themargin
attribute.AttributeListBuilder.AttributeNodeRoot Theroot
attribute for nodes.AttributeListBuilder.AttributeNodeSeparation Thenodsep
attribute.AttributeListBuilder.AttributeNodeStyle Thestyle
attribute for nodes.AttributeListBuilder.AttributeOrdering Theordering
attribute.AttributeListBuilder.AttributePenColor Thepencolor
attribute.AttributeListBuilder.AttributePenWidth Thepenwith
attribute.AttributeListBuilder.AttributePeripheries Theperipheries
attribute.AttributeListBuilder.AttributeRankDirection Therankdir
attribute.AttributeListBuilder.AttributeRankSeparation Theranksep
attribute.AttributeListBuilder.AttributeShape Theshape
attribute.AttributeListBuilder.AttributeShowBoxes Theshowboxes
attribute.AttributeListBuilder.AttributeSubGraphStyle Thestyle
attribute for sub graphs.AttributeListBuilder.AttributeTailLabel Thetaillabel
attribute.AttributeListBuilder.AttributeTailTooltip Thetailtooltip
attribute.AttributeListBuilder.AttributeTooltip Thetooltip
attribute.AttributeListBuilder.AttributeTrueColor Thetruecolor
attribute.AttributeListBuilder.AttributeWidth Thewith
attribute.AttributeListBuilder.BuilderEdge A builder for anEdgeAttributeList
.AttributeListBuilder.BuilderGraph A builder for anGraphAttributeList
.AttributeListBuilder.BuilderNode A builder for anNodeAttributeList
.AttributeListBuilder.BuilderSubGraph A builder for anSubGraphAttributeList
.AttributeListBuilder.StandardAttribute List of pre-definedAttributeListBuilder.TypedAttribute
s.AttributeStatement An attribute statement assigning default properties to a graph, node, or edge.Color A single color for graphviz.ColorList A list of weighed colors, used e.g.DirectedEdgeStatement A directed edge statement.DirectedGraph A directed graph.DirectedSubGraph A sub graph statement with directed edges.DirectedSubGraphExpression A sub graph expression with directed edges.DoubleList A list of doubles.EdgeAttributeList An attribute list for edges.GraphAttributeList An attribute list for graphs.GraphDotElementFactory Static methods for creatinggraph dot elements
.GraphDotModelWriter Writer for creating content conforming to the graphviz dot language syntax specification, see DOT Language.GraphDotProductionWriter Writer for creating content conforming to the graphviz dot language syntax specification, see DOT Language.GraphDotTokenWriter Writer for creating content conforming to the graphviz dot language syntax specification, see DOT Language.HtmlString Represents an HTML string that can be used for graph dot attributes to output HTML, e.g.LabelString Represents a label string, either plain text or HTML.Length A length with some intrinsic unit for graphviz attribute values.Length.Inches ALength
with the intrinsic unit inches.Length.LengthFactory<L extends Length> Factory for creating length values in various different units.Length.Points ALength
with the intrinsic unit points.LengthList<L extends Length> A list of length values.LengthList.LengthListFactory<L extends Length> A factory for creatingLengthList
from values in a given unit.LengthPoint<L extends Length> A graphviz 2D or 3D point with a length unit.LengthPoint.LengthPointFactory<L extends Length> A factory for creatingLengthPoint
from values in a given unit.NodeAttributeList An attribute list for nodes.NodeId Represents a graph dot node ID.NodeStatement A graph dot element that represents a node statement.Point A graphviz 2D or 3D point.Port Represents a graph dot port.StyleList<S extends IStyle> A list of doubles.SubGraphAttributeList An attribute list for sub graphs.UndirectedEdgeStatement A undirected edge statement.UndirectedGraph An undirected graph.UndirectedSubGraph A sub graph statement with undirected edges.UndirectedSubGraphExpression A sub graph expression with undirected edges.WeighedColor A weighted color, used in color lists for gradients etc. -
Enum Summary Enum Description EArrowHeadDirection Enumeration of the possible values for thedir
attribute.EArrowShape Graphviz arrow head shapes.EAttributeStatementType Enumeration of the different types of attribute statements in a graph dot graph.EClusterMode Possible values for theclusterrank
attribute.EColorSchemeSvg Graphviz color names for the SVG scheme.EColorSchemeX11 Graphviz color names for the X11 schema.ECompassPointType Enumeration of the compass point types in a graph dot graph.EEdgeStyle Graphviz styles for edges.EEdgeType Enumeration of the edge types of a graph dot graph.EGraphType Enumeration of the type of a graph dot graph.ELabelLocation Enumeration of the values for the label location attribute.ENodeStyle Graphviz styles for nodes.EOrdering Enumeration for the values of theordering
attribute, which constrains the left-to-right ordering of node edges.ERankDirection Enumeration of the values for therankdir
attribute.EShape Shapes for graphviz nodes.EShowBoxesMode Enumeration of the modes for theshowboxes
attribute.EStandardAttribute Standard graphviz attribute names.ESubGraphStyle Graphviz styles for graphs and sub graphs.