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 Thearrowheadattribute.AttributeListBuilder.AttributeArrowSize Thearrowsizeattribute.AttributeListBuilder.AttributeArrowTail Thearrowtailattribute.AttributeListBuilder.AttributeBgColor Thebgcolorattribute.AttributeListBuilder.AttributeClass Theclassattribute.AttributeListBuilder.AttributeCluster Theclusterattribute.AttributeListBuilder.AttributeClusterRank Theclusterrankattribute.AttributeListBuilder.AttributeColor Thecolorattribute.AttributeListBuilder.AttributeConstraint Theconstraintattribute.AttributeListBuilder.AttributeDirection Thedirattribute.AttributeListBuilder.AttributeEdgeStyle Thestyleattribute for edges.AttributeListBuilder.AttributeEdgeTooltip Theedgetooltipattribute.AttributeListBuilder.AttributeExteriorLabelPosition Thexlpattribute.AttributeListBuilder.AttributeExternalLabel Thexlabelattribute.AttributeListBuilder.AttributeFillColor Thefillcolorattribute.AttributeListBuilder.AttributeFontColor Thefontcolorattribute.AttributeListBuilder.AttributeFontName Thefontnameattribute.AttributeListBuilder.AttributeFontSize Thefontsizeattribute.AttributeListBuilder.AttributeGraphRoot Therootattribute for graphs.AttributeListBuilder.AttributeHeadLabel Theheadlabelattribute.AttributeListBuilder.AttributeHeadTooltip Theheadtooltipattribute.AttributeListBuilder.AttributeHeight Thewithattribute.AttributeListBuilder.AttributeLabel Thelabelattribute.AttributeListBuilder.AttributeLabelCenterPosition Thelpattribute.AttributeListBuilder.AttributeLabelFontColor Thelabelfontcolorattribute.AttributeListBuilder.AttributeLabelLocation Thelabellocattribute.AttributeListBuilder.AttributeLabelTooltip Thelabeltooltipattribute.AttributeListBuilder.AttributeMargin Themarginattribute.AttributeListBuilder.AttributeNodeRoot Therootattribute for nodes.AttributeListBuilder.AttributeNodeSeparation Thenodsepattribute.AttributeListBuilder.AttributeNodeStyle Thestyleattribute for nodes.AttributeListBuilder.AttributeOrdering Theorderingattribute.AttributeListBuilder.AttributePenColor Thepencolorattribute.AttributeListBuilder.AttributePenWidth Thepenwithattribute.AttributeListBuilder.AttributePeripheries Theperipheriesattribute.AttributeListBuilder.AttributeRankDirection Therankdirattribute.AttributeListBuilder.AttributeRankSeparation Theranksepattribute.AttributeListBuilder.AttributeShape Theshapeattribute.AttributeListBuilder.AttributeShowBoxes Theshowboxesattribute.AttributeListBuilder.AttributeSubGraphStyle Thestyleattribute for sub graphs.AttributeListBuilder.AttributeTailLabel Thetaillabelattribute.AttributeListBuilder.AttributeTailTooltip Thetailtooltipattribute.AttributeListBuilder.AttributeTooltip Thetooltipattribute.AttributeListBuilder.AttributeTrueColor Thetruecolorattribute.AttributeListBuilder.AttributeWidth Thewithattribute.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.TypedAttributes.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 ALengthwith the intrinsic unit inches.Length.LengthFactory<L extends Length> Factory for creating length values in various different units.Length.Points ALengthwith the intrinsic unit points.LengthList<L extends Length> A list of length values.LengthList.LengthListFactory<L extends Length> A factory for creatingLengthListfrom 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 creatingLengthPointfrom 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 thedirattribute.EArrowShape Graphviz arrow head shapes.EAttributeStatementType Enumeration of the different types of attribute statements in a graph dot graph.EClusterMode Possible values for theclusterrankattribute.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 theorderingattribute, which constrains the left-to-right ordering of node edges.ERankDirection Enumeration of the values for therankdirattribute.EShape Shapes for graphviz nodes.EShowBoxesMode Enumeration of the modes for theshowboxesattribute.EStandardAttribute Standard graphviz attribute names.ESubGraphStyle Graphviz styles for graphs and sub graphs.