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