|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
189 s_defNodeSeparation = d;
202 s_defCCSeparation = d;
static Fill defaultClusterFill()
Returns the global default fill for clusters.
Colors represented as RGBA values.
The namespace for all OGDF objects.
static void setDefaultClusterFill(Fill fill)
Sets the global default fill for clusters to fill.
static Fill s_defNodeFill
the default fill of a node.
Declaration of basic types for graphics.
static Color defaultNodeStrokeColor()
Returns the global default stroke color for nodes.
static Shape s_defNodeShape
the default shape of a node.
static Color defaultNodeFillColor()
Returns the global default fill color for nodes.
static Fill defaultNodeFill()
Returns the global default fill for nodes.
static void setDefaultEdgeStroke(Stroke stroke)
Sets the global default stroke for edges to stroke.
static Color defaultClusterStrokeColor()
Returns the global default stroke color for clusters.
Color m_color
stroke color
static void setDefaultNodeHeight(double h)
Sets the global default height for nodes to h.
static double defaultNodeHeight()
Returns the global default height for nodes.
static float defaultClusterStrokeWidth()
Returns the global default stroke width for clusters.
static double s_defNodeSeparation
the default node separation (for layout algorithms) (must be positive).
static float defaultNodeStrokeWidth()
Returns the global default stroke width for nodes.
float m_width
stroke width
static void setDefaultNodeSeparation(double d)
Sets the global default node separation to d.
static Stroke defaultClusterStroke()
Returns the global default stroke for clusters.
static double defaultCCSeparation()
Returns the global default separation between connected components.
static Stroke s_defClusterStroke
the default cluster stroke.
static void setDefaultNodeShape(Shape s)
Sets the global default shape for nodes to s.
static Fill s_defClusterFill
the default cluster fill.
static void setDefaultNodeWidth(double w)
Sets the global default width for nodes to w.
Standard values for graphical attributes and layouts.
EdgeArrow
Types for edge arrows.
static EdgeArrow defaultEdgeArrow()
Returns the global default arrow type for edges.
static double s_defNodeWidth
the default width of a node (must be positive).
static Stroke s_defNodeStroke
the default stroke of a node.
static double s_defCCSeparation
the default separation between connected components (for layout algorithms) (must be positive).
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Shape
Types for node shapes.
static void setDefaultNodeFill(Fill fill)
Sets the global default fill for nodes to fill.
static Stroke defaultEdgeStroke()
Returns the global default stroke for edges.
static void setDefaultClusterStroke(Stroke stroke)
Sets the global default stroke for cluster to stroke.
static Shape defaultNodeShape()
Returns the global default shape for nodes.
static float defaultEdgeStrokeWidth()
Returns the global default stroke width for edges.
static Stroke defaultNodeStroke()
Returns the global default stroke for nodes.
static EdgeArrow s_defEdgeArrow
the default arrow type of an edge .
static double defaultNodeWidth()
Returns the global default width for nodes.
static void setDefaultCCSeparation(double d)
Sets the global default separation between connected components to d.
static void setDefaultNodeStroke(Stroke stroke)
Sets the global default stroke for nodes to stroke.
static double defaultNodeSeparation()
Returns the global default node separation.
static double s_defNodeHeight
the default height of a node (must be positive).
static void setDefaultEdgeArrow(EdgeArrow arrow)
Sets the global default arrow type for edges to arrow.
static Color defaultClusterFillColor()
Returns the global default fill color for clusters.
static Stroke s_defEdgeStroke
the default stroke of an edge.
static Color defaultEdgeStrokeColor()
Returns the global default stroke color for edges.