Class AttributeListBuilder.StandardAttribute
java.lang.Object
de.xima.fc.common.graphdot.AttributeListBuilder.StandardAttribute
- Enclosing class:
AttributeListBuilder<A extends IGraphDotAttributeList, Self extends AttributeListBuilder<A,Self>>
List of pre-defined
AttributeListBuilder.TypedAttributes.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeListBuilder.AttributeArrowHeadThearrowheadattribute.static final AttributeListBuilder.AttributeArrowSizeThearrowsizeattribute.static final AttributeListBuilder.AttributeArrowTailThearrowheadattribute.static final AttributeListBuilder.AttributeBgColorThebgcolorattribute.static final AttributeListBuilder.AttributeClassTheclassattribute.static final AttributeListBuilder.AttributeClusterTheclassattribute.static final AttributeListBuilder.AttributeClusterRankTheclusterankattribute.static final AttributeListBuilder.AttributeColorThecolorattribute.static final AttributeListBuilder.AttributeConstraintTheconstraintattribute.static final AttributeListBuilder.AttributeDirectionThedirattribute.static final AttributeListBuilder.AttributeEdgeTooltipTheedgetooltipattribute.static final AttributeListBuilder.AttributeExternalLabelThexlabelattribute.static final AttributeListBuilder.AttributeExteriorLabelPositionThexlpattribute.static final AttributeListBuilder.AttributeFillColorThefillcolorattribute.static final AttributeListBuilder.AttributeFontColorThefontcolorattribute.static final AttributeListBuilder.AttributeFontNameThefontnameattribute.static final AttributeListBuilder.AttributeFontSizeThefontsizeattribute.static final AttributeListBuilder.AttributeHeadLabelTheheadlabelattribute.static final AttributeListBuilder.AttributeHeadTooltipTheheadtooltipattribute.static final AttributeListBuilder.AttributeHeightTheheightattribute.static final AttributeListBuilder.AttributeLabelThelabelattribute.static final AttributeListBuilder.AttributeLabelCenterPositionThelpattribute.static final AttributeListBuilder.AttributeLabelFontColorThelabelfontcolorattribute.static final AttributeListBuilder.AttributeLabelLocationThelabellocattribute.static final AttributeListBuilder.AttributeLabelTooltipThelabeltooltipattribute.static final AttributeListBuilder.AttributeMarginThemarginattribute.static final AttributeListBuilder.AttributeNodeSeparationThenodesepattribute.static final AttributeListBuilder.AttributeOrderingTheorderingattribute.static final AttributeListBuilder.AttributePenColorThepencolorattribute.static final AttributeListBuilder.AttributePenWidthThependwidthattribute.static final AttributeListBuilder.AttributePeripheriesTheperipheriesattribute.static final AttributeListBuilder.AttributeRankDirectionTherankdirattribute.static final AttributeListBuilder.AttributeRankSeparationTheranksepattribute.static final AttributeListBuilder.AttributeGraphRootTherootattribute for graphs.static final AttributeListBuilder.AttributeNodeRootTherootattribute for nodes. specifies That the node should be used as a central node.static final AttributeListBuilder.AttributeShapeTheshapeattribute.static final AttributeListBuilder.AttributeShowBoxesTheshowboxesattribute.static final AttributeListBuilder.AttributeEdgeStyleThestyleattribute for edges.static final AttributeListBuilder.AttributeNodeStyleThestyleattribute for nodes.static final AttributeListBuilder.AttributeSubGraphStyleThestyleattribute for sub graphs.static final AttributeListBuilder.AttributeTailLabelThetaillabelattribute.static final AttributeListBuilder.AttributeTailTooltipThetailtooltipattribute.static final AttributeListBuilder.AttributeTooltipThetooltipattribute.static final AttributeListBuilder.AttributeTrueColorThetruecolorattribute.static final AttributeListBuilder.AttributeWidthThewidthattribute. -
Method Summary
-
Field Details
-
ARROW_HEAD
Thearrowheadattribute. Style of arrow head on the head node of an edge. -
ARROW_SIZE
Thearrowsizeattribute. Multiplicative scale factor for arrow heads. -
ARROW_TAIL
Thearrowheadattribute. Style of arrow head on the tail node of an edge. -
BG_COLOR
Thebgcolorattribute. Canvas background color. -
CLASS
Theclassattribute. CSS class names to attach to the node, edge, graph, or cluster's SVG element. -
CLUSTER
Theclassattribute. Whether the subgraph is a cluster. -
CLUSTER_RANK
Theclusterankattribute. Mode used for handling clusters. The subgraph is laid out separately, and then integrated as a unit into its parent graph, with a bounding rectangle drawn about it. If the cluster has alabelparameter, this label is displayed within the rectangle. Note also that there can be clusters within clusters. -
COLOR
Thecolorattribute. -
CONSTRAINT
Theconstraintattribute. If false, the edge is not used in ranking the nodes -
DIRECTION
Thedirattribute. Indicates which ends of the edge should be decorated with an arrowhead. -
EDGE_TOOLTIP
Theedgetooltipattribute. Tooltip annotation attached to the non-label part of an edge. -
EXTERNAL_LABEL
Thexlabelattribute. External label for a node or edge. -
EXTERNAL_LABEL_POSITION
Thexlpattribute. Position of an external label, in points. -
FILL_COLOR
Thefillcolorattribute. Color used to fill the background of a node or cluster. -
FONT_COLOR
Thefontcolorattribute. Color used for text. -
FONT_NAME
Thefontnameattribute. Font used for text. -
FONT_SIZE
Thefontsizeattribute. Font size, in points, used for text. -
HEAD_LABEL
Theheadlabelattribute. Text label to be placed near head of edge. -
HEAD_TOOLTIP
Theheadtooltipattribute. Tooltip annotation attached to the head of an edge. -
HEIGHT
Theheightattribute. Height of a node, in inches. -
LABEL
Thelabelattribute. -
LABEL_CENTER_POSITION
Thelpattribute. Label center position, in points. -
LABEL_FONT_COLOR
-
LABEL_LOCATION
Thelabellocattribute. Vertical placement of labels for nodes, root graphs and clusters. -
LABEL_TOOLTIP
Thelabeltooltipattribute. Tooltip annotation attached to label of an edge. -
MARGIN
Themarginattribute. For graphs, this sets x and y margins of canvas, in inches. -
NODE_SEPARATION
Thenodesepattribute. Specifies the minimum space between two adjacent nodes in the same rank, in inches. -
ORDERING
Theorderingattribute. Constrains the left-to-right ordering of node edges. If defined as a graph or subgraph attribute, the value is applied to all nodes in the graph or subgraph. Note that the graph attribute takes precedence over the node attribute. -
PEN_COLOR
Thepencolorattribute. -
PEN_WIDTH
Thependwidthattribute. Specifies the width of the pen, in points, used to draw lines and curves. -
PERIPHERIES
Theperipheriesattribute. Set number of peripheries used in polygonal shapes and cluster boundaries. -
RANK_DIRECTION
Therankdirattribute. Direction to draw directed graphs (one rank at a time) -
RANK_SEPARATION
Theranksepattribute. Specifies separation between ranks. -
ROOT_GRAPH
Therootattribute for graphs. Gives the name of the node. -
ROOT_NODE
Therootattribute for nodes. specifies That the node should be used as a central node. -
SHAPE
Theshapeattribute. Sets the shape of a node. -
SHOW_BOXES
Theshowboxesattribute. Print guide boxes for debugging. -
STYLE_EDGE
Thestyleattribute for edges. Set style information for edges of the graph. -
STYLE_NODE
Thestyleattribute for nodes. Set style information for nodes of the graph. -
STYLE_SUB_GRAPH
Thestyleattribute for sub graphs. Set style information for sub graphs of the graph. -
TAIL_LABEL
Thetaillabelattribute. Text label to be placed near tail of edge. -
TAIL_TOOLTIP
Thetailtooltipattribute. Tooltip annotation attached to the tail of an edge. -
TOOLTIP
Thetooltipattribute. Tooltip (mouse hover text) attached to the node, edge, cluster, or graph. -
TRUE_COLOR
Thetruecolorattribute. Whether internal bitmap rendering relies on a truecolor color model or uses. -
WIDTH
Thewidthattribute. Width of a node, in inches.
-