Package de.xima.fc.common.graphdot
Class AttributeListBuilder.StandardAttribute
- java.lang.Object
-
- de.xima.fc.common.graphdot.AttributeListBuilder.StandardAttribute
-
- Enclosing class:
- AttributeListBuilder<A extends IGraphDotAttributeList,Self extends AttributeListBuilder<A,Self>>
public static final class AttributeListBuilder.StandardAttribute extends Object
List of pre-definedAttributeListBuilder.TypedAttributes.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
-
-
Field Detail
-
ARROW_HEAD
public static final AttributeListBuilder.AttributeArrowHead ARROW_HEAD
Thearrowheadattribute. Style of arrow head on the head node of an edge.
-
ARROW_SIZE
public static final AttributeListBuilder.AttributeArrowSize ARROW_SIZE
Thearrowsizeattribute. Multiplicative scale factor for arrow heads.
-
ARROW_TAIL
public static final AttributeListBuilder.AttributeArrowTail ARROW_TAIL
Thearrowheadattribute. Style of arrow head on the tail node of an edge.
-
BG_COLOR
public static final AttributeListBuilder.AttributeBgColor BG_COLOR
Thebgcolorattribute. Canvas background color.
-
CLASS
public static final AttributeListBuilder.AttributeClass CLASS
Theclassattribute. CSS class names to attach to the node, edge, graph, or cluster's SVG element.
-
CLUSTER
public static final AttributeListBuilder.AttributeCluster CLUSTER
Theclassattribute. Whether the subgraph is a cluster.
-
CLUSTER_RANK
public static final AttributeListBuilder.AttributeClusterRank 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
public static final AttributeListBuilder.AttributeColor COLOR
Thecolorattribute.
-
CONSTRAINT
public static final AttributeListBuilder.AttributeConstraint CONSTRAINT
Theconstraintattribute. If false, the edge is not used in ranking the nodes
-
DIRECTION
public static final AttributeListBuilder.AttributeDirection DIRECTION
Thedirattribute. Indicates which ends of the edge should be decorated with an arrowhead.
-
EDGE_TOOLTIP
public static final AttributeListBuilder.AttributeEdgeTooltip EDGE_TOOLTIP
Theedgetooltipattribute. Tooltip annotation attached to the non-label part of an edge.
-
EXTERNAL_LABEL
public static final AttributeListBuilder.AttributeExternalLabel EXTERNAL_LABEL
Thexlabelattribute. External label for a node or edge.
-
EXTERNAL_LABEL_POSITION
public static final AttributeListBuilder.AttributeExteriorLabelPosition EXTERNAL_LABEL_POSITION
Thexlpattribute. Position of an external label, in points.
-
FILL_COLOR
public static final AttributeListBuilder.AttributeFillColor FILL_COLOR
Thefillcolorattribute. Color used to fill the background of a node or cluster.
-
FONT_COLOR
public static final AttributeListBuilder.AttributeFontColor FONT_COLOR
Thefontcolorattribute. Color used for text.
-
FONT_NAME
public static final AttributeListBuilder.AttributeFontName FONT_NAME
Thefontnameattribute. Font used for text.
-
FONT_SIZE
public static final AttributeListBuilder.AttributeFontSize FONT_SIZE
Thefontsizeattribute. Font size, in points, used for text.
-
HEAD_LABEL
public static final AttributeListBuilder.AttributeHeadLabel HEAD_LABEL
Theheadlabelattribute. Text label to be placed near head of edge.
-
HEAD_TOOLTIP
public static final AttributeListBuilder.AttributeHeadTooltip HEAD_TOOLTIP
Theheadtooltipattribute. Tooltip annotation attached to the head of an edge.
-
HEIGHT
public static final AttributeListBuilder.AttributeHeight HEIGHT
Theheightattribute. Height of a node, in inches.
-
LABEL
public static final AttributeListBuilder.AttributeLabel LABEL
Thelabelattribute.
-
LABEL_CENTER_POSITION
public static final AttributeListBuilder.AttributeLabelCenterPosition LABEL_CENTER_POSITION
Thelpattribute. Label center position, in points.
-
LABEL_FONT_COLOR
public static final AttributeListBuilder.AttributeLabelFontColor LABEL_FONT_COLOR
-
LABEL_LOCATION
public static final AttributeListBuilder.AttributeLabelLocation LABEL_LOCATION
Thelabellocattribute. Vertical placement of labels for nodes, root graphs and clusters.
-
LABEL_TOOLTIP
public static final AttributeListBuilder.AttributeLabelTooltip LABEL_TOOLTIP
Thelabeltooltipattribute. Tooltip annotation attached to label of an edge.
-
MARGIN
public static final AttributeListBuilder.AttributeMargin MARGIN
Themarginattribute. For graphs, this sets x and y margins of canvas, in inches.
-
NODE_SEPARATION
public static final AttributeListBuilder.AttributeNodeSeparation NODE_SEPARATION
Thenodesepattribute. Specifies the minimum space between two adjacent nodes in the same rank, in inches.
-
ORDERING
public static final AttributeListBuilder.AttributeOrdering 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
public static final AttributeListBuilder.AttributePenColor PEN_COLOR
Thepencolorattribute.
-
PEN_WIDTH
public static final AttributeListBuilder.AttributePenWidth PEN_WIDTH
Thependwidthattribute. Specifies the width of the pen, in points, used to draw lines and curves.
-
PERIPHERIES
public static final AttributeListBuilder.AttributePeripheries PERIPHERIES
Theperipheriesattribute. Set number of peripheries used in polygonal shapes and cluster boundaries.
-
RANK_DIRECTION
public static final AttributeListBuilder.AttributeRankDirection RANK_DIRECTION
Therankdirattribute. Direction to draw directed graphs (one rank at a time)
-
RANK_SEPARATION
public static final AttributeListBuilder.AttributeRankSeparation RANK_SEPARATION
Theranksepattribute. Specifies separation between ranks.
-
ROOT_GRAPH
public static final AttributeListBuilder.AttributeGraphRoot ROOT_GRAPH
Therootattribute for graphs. Gives the name of the node.
-
ROOT_NODE
public static final AttributeListBuilder.AttributeNodeRoot ROOT_NODE
Therootattribute for nodes. specifies That the node should be used as a central node.
-
SHAPE
public static final AttributeListBuilder.AttributeShape SHAPE
Theshapeattribute. Sets the shape of a node.
-
SHOW_BOXES
public static final AttributeListBuilder.AttributeShowBoxes SHOW_BOXES
Theshowboxesattribute. Print guide boxes for debugging.
-
STYLE_EDGE
public static final AttributeListBuilder.AttributeEdgeStyle STYLE_EDGE
Thestyleattribute for edges. Set style information for edges of the graph.
-
STYLE_NODE
public static final AttributeListBuilder.AttributeNodeStyle STYLE_NODE
Thestyleattribute for nodes. Set style information for nodes of the graph.
-
STYLE_SUB_GRAPH
public static final AttributeListBuilder.AttributeSubGraphStyle STYLE_SUB_GRAPH
Thestyleattribute for sub graphs. Set style information for sub graphs of the graph.
-
TAIL_LABEL
public static final AttributeListBuilder.AttributeTailLabel TAIL_LABEL
Thetaillabelattribute. Text label to be placed near tail of edge.
-
TAIL_TOOLTIP
public static final AttributeListBuilder.AttributeTailTooltip TAIL_TOOLTIP
Thetailtooltipattribute. Tooltip annotation attached to the tail of an edge.
-
TOOLTIP
public static final AttributeListBuilder.AttributeTooltip TOOLTIP
Thetooltipattribute. Tooltip (mouse hover text) attached to the node, edge, cluster, or graph.
-
TRUE_COLOR
public static final AttributeListBuilder.AttributeTrueColor TRUE_COLOR
Thetruecolorattribute. Whether internal bitmap rendering relies on a truecolor color model or uses.
-
WIDTH
public static final AttributeListBuilder.AttributeWidth WIDTH
Thewidthattribute. Width of a node, in inches.
-
-