Stores additional attributes of a clustered graph (like layout information). More...
#include <ogdf/cluster/ClusterGraphAttributes.h>
Public Member Functions | |
Color & | fillBgColor (node v) |
Returns the background color of fill patterns for node v . | |
const Color & | fillBgColor (node v) const |
Returns the background color of fill patterns for node v . | |
Color & | fillColor (node v) |
Returns the fill color of node v . | |
const Color & | fillColor (node v) const |
Returns the fill color of node v . | |
FillPattern & | fillPattern (node v) |
Returns the fill pattern of node v . | |
FillPattern | fillPattern (node v) const |
Returns the fill pattern of node v . | |
NodeArray< double > & | height () |
Returns a reference to the node array m_height. | |
const NodeArray< double > & | height () const |
Returns a reference to the node array m_height. | |
double & | height (node v) |
Returns the height of the bounding box of node v . | |
double | height (node v) const |
Returns the height of the bounding box of node v . | |
string & | label (edge e) |
Returns the label of edge e . | |
const string & | label (edge e) const |
Returns the label of edge e . | |
string & | label (node v) |
Returns the label of node v . | |
const string & | label (node v) const |
Returns the label of node v . | |
Color & | strokeColor (edge e) |
Returns the stroke color of edge e . | |
const Color & | strokeColor (edge e) const |
Returns the stroke color of edge e . | |
Color & | strokeColor (node v) |
Returns the stroke color of node v . | |
const Color & | strokeColor (node v) const |
Returns the stroke color of node v . | |
StrokeType & | strokeType (edge e) |
Returns the stroke type of edge e . | |
StrokeType | strokeType (edge e) const |
Returns the stroke type of edge e . | |
StrokeType & | strokeType (node v) |
Returns the stroke type of node v . | |
StrokeType | strokeType (node v) const |
Returns the stroke type of node v . | |
float & | strokeWidth (edge e) |
Returns the stroke width of edge e . | |
float | strokeWidth (edge e) const |
Returns the stroke width of edge e . | |
float & | strokeWidth (node v) |
Returns the stroke width of node v . | |
float | strokeWidth (node v) const |
Returns the stroke width of node v . | |
NodeArray< double > & | width () |
Returns a reference to the node array #m_width. | |
const NodeArray< double > & | width () const |
Returns a reference to the node array m_width. | |
double & | width (node v) |
Returns the width of the bounding box of node v . | |
double | width (node v) const |
Returns the width of the bounding box of node v . | |
double & | x (node v) |
Returns the x-coordinate of node v . | |
double | x (node v) const |
Returns the x-coordinate of node v . | |
double & | y (node v) |
Returns the y-coordinate of node v . | |
double | y (node v) const |
Returns the y-coordinate of node v . | |
Cluster attributes | |
double | x (cluster c) const |
Returns the x-position of cluster c's cage (lower left corner). | |
double & | x (cluster c) |
Returns the x-position of cluster c's cage (lower left corner). | |
double | y (cluster c) const |
Returns the y-position of cluster c's cage (lower left corner). | |
double & | y (cluster c) |
Returns the y-position of cluster c's cage (lower left corner). | |
double | width (cluster c) const |
Returns the width of cluster c . | |
double & | width (cluster c) |
Returns the width of cluster c . | |
double | height (cluster c) const |
Returns the height of cluster c . | |
double & | height (cluster c) |
Returns the height of cluster c . | |
const StrokeType & | strokeType (cluster c) const |
Returns the stroke type of cluster c . | |
StrokeType & | strokeType (cluster c) |
Returns the stroke type of cluster c . | |
const Color & | strokeColor (cluster c) const |
Returns the stroke color of cluster c . | |
Color & | strokeColor (cluster c) |
Returns the stroke color of cluster c . | |
const float & | strokeWidth (cluster c) const |
Returns the stroke width of cluster c . | |
float & | strokeWidth (cluster c) |
Returns the stroke width of cluster c . | |
const FillPattern & | fillPattern (cluster c) const |
Returns the fill pattern of cluster c . | |
FillPattern & | fillPattern (cluster c) |
Returns the fill pattern of cluster c . | |
const Color & | fillColor (cluster c) const |
Returns the fill color of cluster c . | |
Color & | fillColor (cluster c) |
Returns the fill color of cluster c . | |
const Color & | fillBgColor (cluster c) const |
Returns the background color of fill patterns for cluster c . | |
Color & | fillBgColor (cluster c) |
Returns the background color of fill patterns for cluster c . | |
const string & | label (cluster c) const |
Returns the label of cluster c . | |
string & | label (cluster c) |
Returns the label of cluster c . | |
const string & | templateCluster (cluster c) const |
Returns the template of cluster c . | |
string & | templateCluster (cluster c) |
Returns the template of cluster c . | |
Layout transformations | |
virtual void | scale (double sx, double sy, bool scaleNodes=true) override |
Scales the layout by (sx ,sy ). | |
virtual void | translate (double dx, double dy) override |
Translates the layout by (dx ,dy ). | |
virtual void | flipVertical (const DRect &box) override |
Flips the (whole) layout vertically such that the part in box remains in this area. | |
virtual void | flipHorizontal (const DRect &box) override |
Flips the (whole) layout horizontally such that the part in box remains in this area. | |
virtual void | flipHorizontal () |
Flips the layout horizontally within its bounding box. | |
virtual void | flipHorizontal (const DRect &box) |
Flips the (whole) layout horizontally such that the part in box remains in this area. | |
virtual void | flipVertical () |
Flips the layout vertically within its bounding box. | |
virtual void | flipVertical (const DRect &box) |
Flips the (whole) layout vertically such that the part in box remains in this area. | |
virtual void | scale (double sx, double sy, bool scaleNodes=true) |
Scales the layout by (sx ,sy ). | |
virtual void | scale (double s, bool scaleNodes=true) |
Scales the layout by s . | |
Utility functions | |
virtual DRect | boundingBox () const override |
Returns the bounding box of the layout. | |
void | updateClusterPositions (double boundaryDist=1.0) |
Updates positions of cluster boundaries wrt to children and child clusters. | |
cluster | clusterOf (node v) |
Returns the parent cluster of node v . | |
Public Member Functions inherited from ogdf::GraphAttributes | |
GraphAttributes () | |
Constructs graph attributes for no associated graph (default constructor). | |
GraphAttributes (const Graph &G, long attr=nodeGraphics|edgeGraphics) | |
Constructs graph attributes associated with the graph G . | |
GraphAttributes (const GraphAttributes &)=default | |
Copy constructor. | |
GraphAttributes & | operator= (const GraphAttributes &)=default |
Copy assignment operator. | |
virtual | ~GraphAttributes () |
long | attributes () const |
Returns currently accessible attributes. | |
bool | has (long attr) const |
Returns true iff all attributes in attr are available. | |
void | init (long attr) |
Re-initializes the graph attributes while maintaining the associated graph. | |
void | addAttributes (long attr) |
Enables attributes specified by attr and allocates required memory. | |
void | destroyAttributes (long attr) |
Disables attributes specified by attr and releases available memory. | |
const Graph & | constGraph () const |
Returns a reference to the associated graph. | |
bool | directed () const |
Returns if the graph is directed. | |
bool & | directed () |
Returns if the graph is directed. | |
double | x (node v) const |
Returns the x-coordinate of node v . | |
double & | x (node v) |
Returns the x-coordinate of node v . | |
double | y (node v) const |
Returns the y-coordinate of node v . | |
double & | y (node v) |
Returns the y-coordinate of node v . | |
double | z (node v) const |
Returns the z-coordinate of node v . | |
double & | z (node v) |
Returns the z-coordinate of node v . | |
double | xLabel (node v) const |
Returns the label x-coordinate of node v . | |
double & | xLabel (node v) |
Returns the label x-coordinate of node v . | |
double | yLabel (node v) const |
Returns the label y-coordinate of node v . | |
double & | yLabel (node v) |
Returns the label y-coordinate of node v . | |
double | zLabel (node v) const |
Returns the label z-coordinate of node v . | |
double & | zLabel (node v) |
Returns the label z-coordinate of node v . | |
double | width (node v) const |
Returns the width of the bounding box of node v . | |
double & | width (node v) |
Returns the width of the bounding box of node v . | |
const NodeArray< double > & | width () const |
Returns a reference to the node array m_width. | |
NodeArray< double > & | width () |
Returns a reference to the node array #m_width. | |
double | height (node v) const |
Returns the height of the bounding box of node v . | |
double & | height (node v) |
Returns the height of the bounding box of node v . | |
const NodeArray< double > & | height () const |
Returns a reference to the node array m_height. | |
NodeArray< double > & | height () |
Returns a reference to the node array m_height. | |
Shape | shape (node v) const |
Returns the shape type of node v . | |
Shape & | shape (node v) |
Returns the shape type of node v . | |
StrokeType | strokeType (node v) const |
Returns the stroke type of node v . | |
StrokeType & | strokeType (node v) |
Returns the stroke type of node v . | |
const Color & | strokeColor (node v) const |
Returns the stroke color of node v . | |
Color & | strokeColor (node v) |
Returns the stroke color of node v . | |
float | strokeWidth (node v) const |
Returns the stroke width of node v . | |
float & | strokeWidth (node v) |
Returns the stroke width of node v . | |
FillPattern | fillPattern (node v) const |
Returns the fill pattern of node v . | |
FillPattern & | fillPattern (node v) |
Returns the fill pattern of node v . | |
const Color & | fillColor (node v) const |
Returns the fill color of node v . | |
Color & | fillColor (node v) |
Returns the fill color of node v . | |
const Color & | fillBgColor (node v) const |
Returns the background color of fill patterns for node v . | |
Color & | fillBgColor (node v) |
Returns the background color of fill patterns for node v . | |
const string & | label (node v) const |
Returns the label of node v . | |
string & | label (node v) |
Returns the label of node v . | |
const string & | templateNode (node v) const |
Returns the template name of node v . | |
string & | templateNode (node v) |
Returns the template name of node v . | |
int | weight (node v) const |
Returns the weight of node v . | |
int & | weight (node v) |
Returns the weight of node v . | |
Graph::NodeType | type (node v) const |
Returns the type of node v . | |
Graph::NodeType & | type (node v) |
Returns the type of node v . | |
int | idNode (node v) const |
Returns the user ID of node v . | |
int & | idNode (node v) |
Returns the user ID of node v . | |
const DPolyline & | bends (edge e) const |
Returns the list of bend points of edge e . | |
DPolyline & | bends (edge e) |
Returns the list of bend points of edge e . | |
EdgeArrow | arrowType (edge e) const |
Returns the arrow type of edge e . | |
EdgeArrow & | arrowType (edge e) |
Returns the arrow type of edge e . | |
StrokeType | strokeType (edge e) const |
Returns the stroke type of edge e . | |
StrokeType & | strokeType (edge e) |
Returns the stroke type of edge e . | |
const Color & | strokeColor (edge e) const |
Returns the stroke color of edge e . | |
Color & | strokeColor (edge e) |
Returns the stroke color of edge e . | |
float | strokeWidth (edge e) const |
Returns the stroke width of edge e . | |
float & | strokeWidth (edge e) |
Returns the stroke width of edge e . | |
const string & | label (edge e) const |
Returns the label of edge e . | |
string & | label (edge e) |
Returns the label of edge e . | |
int | intWeight (edge e) const |
Returns the (integer) weight of edge e . | |
int & | intWeight (edge e) |
Returns the (integer) weight of edge e . | |
double | doubleWeight (edge e) const |
Returns the (real number) weight of edge e . | |
double & | doubleWeight (edge e) |
Returns the (real number) weight of edge e . | |
Graph::EdgeType | type (edge e) const |
Returns the type of edge e . | |
Graph::EdgeType & | type (edge e) |
Returns the type of edge e . | |
uint32_t | subGraphBits (edge e) const |
Returns the edgesubgraph value of an edge e . | |
uint32_t & | subGraphBits (edge e) |
Returns the edgesubgraph value of an edge e . | |
bool | inSubGraph (edge e, int n) const |
Checks whether edge e belongs to basic graph n . | |
void | addSubGraph (edge e, int n) |
Adds edge e to basic graph n . | |
void | removeSubGraph (edge e, int n) |
Removes edge e from basic graph n . | |
virtual void | translateToNonNeg () |
Translates the layout such that the lower left corner is at (0,0). | |
virtual void | scaleAndTranslate (double sx, double sy, double dx, double dy, bool scaleNodes=true) |
Scales the layout by (sx ,sy ) and then translates it by (dx ,dy ). | |
virtual void | scaleAndTranslate (double s, double dx, double dy, bool scaleNodes=true) |
Scales the layout by s and then translates it by (dx ,dy ). | |
virtual void | rotateRight90 () |
Rotates the layout by 90 degree (in clockwise direction) around the origin. | |
virtual void | rotateLeft90 () |
Rotates the layout by 90 degree (in counter-clockwise direction) around the origin. | |
template<typename T > | |
bool | isUniformForNodes (NodeAttributeGetter< T > attribute) const |
Checks whether a certain attribute has the same value for all nodes. | |
template<typename T > | |
bool | isUniformForEdges (EdgeAttributeGetter< T > attribute) const |
Checks whether a certain attribute has the same value for all edges. | |
bool | isUniform (long attributes) const |
Check whether all of the attributes associated with the bitflags in attributes (that are also enabled for this ogdf::GraphAttributes instance) are uniform, i.e. | |
DPoint | point (node v) const |
Returns a DPoint corresponding to the x- and y-coordinates of v . | |
void | transferToOriginal (GraphAttributes &origAttr) const |
Copies attributes of this to origAttr . | |
void | transferToCopy (GraphAttributes ©Attr) const |
Copies attributes of this to copyAttr . | |
template<class Rectangle = DRect> | |
void | nodeBoundingBoxes (NodeArray< Rectangle > &boundingBoxes) const |
Computes the bounding rectangle for each node. | |
void | setAllWidth (double w) |
Sets the width of all nodes to w . | |
void | setAllHeight (double h) |
Sets the height of all nodes to h . | |
void | clearAllBends () |
Removes all edge bends. | |
void | removeUnnecessaryBendsHV () |
Removes unnecessary bend points in orthogonal segements. | |
void | addNodeCenter2Bends (int mode=1) |
Adds additional bend points to all edges for connecting their endpoints. | |
bool | isAssociationClass (node v) const |
Returns true iff v represents an association class. | |
int | hierarchyList (List< List< node > * > &list) const |
Returns a list of all inheritance hierarchies in the graph. | |
int | hierarchyList (List< List< edge > * > &list) const |
Returns a list of all inheritance hierarchies in the graph. | |
Protected Attributes | |
ClusterArray< string > | m_clusterTemplate |
Name of cluster template. | |
ClusterArray< Fill > | m_fill |
Fill (style of interior) | |
ClusterArray< double > | m_height |
Cluster height. | |
ClusterArray< string > | m_label |
Cluster label. | |
const ClusterGraph * | m_pClusterGraph |
Only points to existing graphs. | |
ClusterArray< Stroke > | m_stroke |
Stroke (style of boundary) | |
ClusterArray< double > | m_width |
Cluster width. | |
ClusterArray< double > | m_x |
X-position of lower left corner. | |
ClusterArray< double > | m_y |
Y-position of lower left corner. | |
Protected Attributes inherited from ogdf::GraphAttributes | |
long | m_attributes |
bit vector of currently used attributes | |
EdgeArray< DPolyline > | m_bends |
list of bend points of an edge | |
bool | m_directed |
whether or not the graph is directed | |
EdgeArray< double > | m_doubleWeight |
(real number) weight of an edge | |
EdgeArray< EdgeArrow > | m_edgeArrow |
arrow type of an edge | |
EdgeArray< string > | m_edgeLabel |
label of an edge | |
EdgeArray< Stroke > | m_edgeStroke |
stroke of an edge | |
EdgeArray< Graph::EdgeType > | m_eType |
type of an edge (association or generalization) | |
NodeArray< double > | m_height |
height of a nodes's bounding box | |
EdgeArray< int > | m_intWeight |
(integer) weight of an edge | |
NodeArray< Fill > | m_nodeFill |
fill of a node | |
NodeArray< int > | m_nodeId |
user ID of a node | |
NodeArray< int > | m_nodeIntWeight |
(integer) weight of a node | |
NodeArray< string > | m_nodeLabel |
label of a node | |
NodeArray< double > | m_nodeLabelPosX |
x-coordinate of a node label | |
NodeArray< double > | m_nodeLabelPosY |
y-coordinate of a node label | |
NodeArray< double > | m_nodeLabelPosZ |
z-coordinate of a node label | |
NodeArray< Shape > | m_nodeShape |
shape of a node | |
NodeArray< Stroke > | m_nodeStroke |
stroke of a node | |
NodeArray< string > | m_nodeTemplate |
name of template of a node | |
const Graph * | m_pGraph |
associated graph | |
EdgeArray< uint32_t > | m_subGraph |
is element of subgraphs given by bitvector | |
NodeArray< Graph::NodeType > | m_vType |
type (vertex, dummy, generalizationMerger) | |
NodeArray< double > | m_width |
width of a node's bounding box | |
NodeArray< double > | m_x |
x-coordinate of a node | |
NodeArray< double > | m_y |
y-coordinate of a node | |
NodeArray< double > | m_z |
z-coordinate of a node | |
Construction and management of attributes | |
ClusterGraphAttributes () | |
Constructs cluster graph attributes for no associated graph. | |
ClusterGraphAttributes (const ClusterGraph &cg, long initAttributes=nodeGraphics|edgeGraphics|clusterGraphics) | |
Constructs cluster graph attributes for cluster graph cg with attributes initAttributes . | |
virtual | ~ClusterGraphAttributes () |
void | init (ClusterGraph &cg, long attr=0) |
Initializes the ClusterGraphAttributes for ClusterGraph cg . | |
void | init (long attr=0) |
Re-initializes the ClusterGraphAttributes while maintaining the associated CluterGraph. | |
void | addAttributes (long attr) |
Enables attributes specified by attr and allocates required memory. | |
void | destroyAttributes (long attr) |
Disables attributes specified by attr and releases available memory. | |
const ClusterGraph & | constClusterGraph () const |
Returns the associated cluster graph. | |
void | addClusterAttributes (long attr) |
Add all cluster-related attributes in attr . | |
void | destroyClusterAttributes (long attr) |
Destroy all cluster-related attributes in attr . | |
virtual void | init (const Graph &G, long attr) |
Forbidden initialization, use init(ClusterGraph &cg, long initAttributes) instead! | |
void | init (long attr) |
Forbidden initialization, use init(ClusterGraph &cg, long initAttributes) instead! | |
Additional Inherited Members | |
Public Types inherited from ogdf::GraphAttributes | |
template<typename T > | |
using | NodeAttributeGetter = T(GraphAttributes::*)(node) const |
type of node attribute getter functions | |
template<typename T > | |
using | EdgeAttributeGetter = T(GraphAttributes::*)(edge) const |
type of edge attribute getter functions | |
Stores additional attributes of a clustered graph (like layout information).
Definition at line 46 of file ClusterGraphAttributes.h.
|
inline |
Constructs cluster graph attributes for no associated graph.
Definition at line 107 of file ClusterGraphAttributes.h.
|
explicit |
Constructs cluster graph attributes for cluster graph cg
with attributes initAttributes
.
|
inlinevirtual |
Definition at line 113 of file ClusterGraphAttributes.h.
Enables attributes specified by attr
and allocates required memory.
Add all cluster-related attributes in attr
.
attr
. Returns the bounding box of the layout.
Reimplemented from ogdf::GraphAttributes.
Returns the parent cluster of node v
.
Definition at line 431 of file ClusterGraphAttributes.h.
|
inline |
Returns the associated cluster graph.
Definition at line 153 of file ClusterGraphAttributes.h.
Disables attributes specified by attr
and releases available memory.
Destroy all cluster-related attributes in attr
.
attr
. Returns the background color of fill patterns for cluster c
.
Definition at line 336 of file ClusterGraphAttributes.h.
Returns the background color of fill patterns for cluster c
.
Definition at line 327 of file ClusterGraphAttributes.h.
Returns the background color of fill patterns for node v
.
Definition at line 546 of file GraphAttributes.h.
Returns the background color of fill patterns for node v
.
Definition at line 537 of file GraphAttributes.h.
Returns the fill color of cluster c
.
Definition at line 318 of file ClusterGraphAttributes.h.
Returns the fill color of cluster c
.
Definition at line 309 of file ClusterGraphAttributes.h.
Returns the fill color of node v
.
Definition at line 528 of file GraphAttributes.h.
Returns the fill color of node v
.
Definition at line 519 of file GraphAttributes.h.
|
inline |
Returns the fill pattern of cluster c
.
Definition at line 300 of file ClusterGraphAttributes.h.
|
inline |
Returns the fill pattern of cluster c
.
Definition at line 291 of file ClusterGraphAttributes.h.
|
inline |
Returns the fill pattern of node v
.
Definition at line 510 of file GraphAttributes.h.
|
inline |
Returns the fill pattern of node v
.
Definition at line 501 of file GraphAttributes.h.
Flips the layout horizontally within its bounding box.
If preserving the bounding box is not required, the layout can also be flipped horizontally by calling scale(-1.0, 1.0, false)
.
Reimplemented from ogdf::GraphAttributes.
Definition at line 933 of file GraphAttributes.h.
Flips the (whole) layout horizontally such that the part in box
remains in this area.
The whole layout is flipped and then moved such that the part that was in box
before flipping is moved to this area.
Reimplemented from ogdf::GraphAttributes.
Flips the (whole) layout horizontally such that the part in box
remains in this area.
The whole layout is flipped and then moved such that the part that was in box
before flipping is moved to this area.
Reimplemented from ogdf::GraphAttributes.
Flips the layout vertically within its bounding box.
If preserving the bounding box is not required, the layout can also be flipped vertically by calling scale(1.0, -1.0, false)
.
Reimplemented from ogdf::GraphAttributes.
Definition at line 919 of file GraphAttributes.h.
Flips the (whole) layout vertically such that the part in box
remains in this area.
The whole layout is flipped and then moved such that the part that was in box
before flipping is moved to this area.
Reimplemented from ogdf::GraphAttributes.
Flips the (whole) layout vertically such that the part in box
remains in this area.
The whole layout is flipped and then moved such that the part that was in box
before flipping is moved to this area.
Reimplemented from ogdf::GraphAttributes.
Returns a reference to the node array m_height.
Definition at line 420 of file GraphAttributes.h.
Returns a reference to the node array m_height.
Definition at line 411 of file GraphAttributes.h.
Returns the height of cluster c
.
Definition at line 228 of file ClusterGraphAttributes.h.
Returns the height of cluster c
.
Definition at line 219 of file ClusterGraphAttributes.h.
Returns the height of the bounding box of node v
.
Definition at line 402 of file GraphAttributes.h.
Returns the height of the bounding box of node v
.
Definition at line 393 of file GraphAttributes.h.
void ogdf::ClusterGraphAttributes::init | ( | ClusterGraph & | cg, |
long | attr = 0 |
||
) |
Initializes the ClusterGraphAttributes for ClusterGraph cg
.
cg | is the new associated ClusterGraph. |
attr | specifies the set of attributes that can be accessed. |
Forbidden initialization, use init(ClusterGraph &cg, long initAttributes) instead!
Reimplemented from ogdf::GraphAttributes.
Forbidden initialization, use init(ClusterGraph &cg, long initAttributes) instead!
Re-initializes the ClusterGraphAttributes while maintaining the associated CluterGraph.
|
inline |
Returns the label of cluster c
.
Definition at line 354 of file ClusterGraphAttributes.h.
Returns the label of cluster c
.
Definition at line 345 of file ClusterGraphAttributes.h.
|
inline |
Returns the label of edge e
.
Definition at line 765 of file GraphAttributes.h.
Returns the label of edge e
.
Definition at line 756 of file GraphAttributes.h.
|
inline |
Returns the label of node v
.
Definition at line 564 of file GraphAttributes.h.
Returns the label of node v
.
Definition at line 555 of file GraphAttributes.h.
Scales the layout by s
.
If scaleNodes
is true, node sizes are scaled as well.
s | is the scaling factor for both x- and y-coordinates. |
scaleNodes | determines if nodes size are scaled as well (true) or not. |
Reimplemented from ogdf::GraphAttributes.
Definition at line 902 of file GraphAttributes.h.
Scales the layout by (sx
,sy
).
If scaleNodes
is true, node sizes are scaled as well.
sx | is the scaling factor for x-coordinates. |
sy | is the scaling factor for y-coordinates. |
scaleNodes | determines if nodes size are scaled as well (true) or not. |
Reimplemented from ogdf::GraphAttributes.
|
overridevirtual |
Scales the layout by (sx
,sy
).
If scaleNodes
is true, node sizes are scaled as well.
sx | is the scaling factor for x-coordinates. |
sy | is the scaling factor for y-coordinates. |
scaleNodes | determines if nodes size are scaled as well (true) or not. |
Reimplemented from ogdf::GraphAttributes.
Returns the stroke color of cluster c
.
Definition at line 264 of file ClusterGraphAttributes.h.
Returns the stroke color of cluster c
.
Definition at line 255 of file ClusterGraphAttributes.h.
Returns the stroke color of edge e
.
Definition at line 729 of file GraphAttributes.h.
Returns the stroke color of edge e
.
Definition at line 720 of file GraphAttributes.h.
Returns the stroke color of node v
.
Definition at line 474 of file GraphAttributes.h.
Returns the stroke color of node v
.
Definition at line 465 of file GraphAttributes.h.
|
inline |
Returns the stroke type of cluster c
.
Definition at line 246 of file ClusterGraphAttributes.h.
|
inline |
Returns the stroke type of cluster c
.
Definition at line 237 of file ClusterGraphAttributes.h.
|
inline |
Returns the stroke type of edge e
.
Definition at line 711 of file GraphAttributes.h.
|
inline |
Returns the stroke type of edge e
.
Definition at line 702 of file GraphAttributes.h.
|
inline |
Returns the stroke type of node v
.
Definition at line 456 of file GraphAttributes.h.
|
inline |
Returns the stroke type of node v
.
Definition at line 447 of file GraphAttributes.h.
Returns the stroke width of cluster c
.
Definition at line 282 of file ClusterGraphAttributes.h.
Returns the stroke width of cluster c
.
Definition at line 273 of file ClusterGraphAttributes.h.
Returns the stroke width of edge e
.
Definition at line 747 of file GraphAttributes.h.
Returns the stroke width of edge e
.
Definition at line 738 of file GraphAttributes.h.
Returns the stroke width of node v
.
Definition at line 492 of file GraphAttributes.h.
Returns the stroke width of node v
.
Definition at line 483 of file GraphAttributes.h.
|
inline |
Returns the template of cluster c
.
Definition at line 372 of file ClusterGraphAttributes.h.
Returns the template of cluster c
.
Definition at line 363 of file ClusterGraphAttributes.h.
Translates the layout by (dx
,dy
).
dx | is the translation in x-direction. |
dy | is the translation in y-direction. |
Reimplemented from ogdf::GraphAttributes.
Updates positions of cluster boundaries wrt to children and child clusters.
Returns a reference to the node array #m_width.
Definition at line 384 of file GraphAttributes.h.
Returns a reference to the node array m_width.
Definition at line 375 of file GraphAttributes.h.
Returns the width of cluster c
.
Definition at line 210 of file ClusterGraphAttributes.h.
Returns the width of cluster c
.
Definition at line 201 of file ClusterGraphAttributes.h.
Returns the width of the bounding box of node v
.
Definition at line 366 of file GraphAttributes.h.
Returns the width of the bounding box of node v
.
Definition at line 357 of file GraphAttributes.h.
Returns the x-position of cluster c's
cage (lower left corner).
Definition at line 174 of file ClusterGraphAttributes.h.
Returns the x-position of cluster c's
cage (lower left corner).
Definition at line 165 of file ClusterGraphAttributes.h.
Returns the x-coordinate of node v
.
Definition at line 256 of file GraphAttributes.h.
Returns the x-coordinate of node v
.
Definition at line 247 of file GraphAttributes.h.
Returns the y-position of cluster c's
cage (lower left corner).
Definition at line 192 of file ClusterGraphAttributes.h.
Returns the y-position of cluster c's
cage (lower left corner).
Definition at line 183 of file ClusterGraphAttributes.h.
Returns the y-coordinate of node v
.
Definition at line 274 of file GraphAttributes.h.
Returns the y-coordinate of node v
.
Definition at line 265 of file GraphAttributes.h.
Enables all available flags.
Definition at line 81 of file ClusterGraphAttributes.h.
Corresponds to cluster attributes x(cluster), y(cluster), width(cluster), height(cluster).
Definition at line 67 of file ClusterGraphAttributes.h.
Corresponds to cluster attribute label(cluster).
Definition at line 75 of file ClusterGraphAttributes.h.
Corresponds to cluster attributes strokeColor(cluster), strokeType(cluster), strokeWidth(cluster), fillPattern(cluster), fillColor(cluster), and fillBgColor(cluster).
Definition at line 72 of file ClusterGraphAttributes.h.
Corresponds to cluster attribute templateCluster(cluster).
Definition at line 78 of file ClusterGraphAttributes.h.
|
protected |
Name of cluster template.
Definition at line 57 of file ClusterGraphAttributes.h.
|
protected |
Fill (style of interior)
Definition at line 56 of file ClusterGraphAttributes.h.
|
protected |
Cluster height.
Definition at line 53 of file ClusterGraphAttributes.h.
|
protected |
Cluster label.
Definition at line 54 of file ClusterGraphAttributes.h.
|
protected |
Only points to existing graphs.
Definition at line 48 of file ClusterGraphAttributes.h.
|
protected |
Stroke (style of boundary)
Definition at line 55 of file ClusterGraphAttributes.h.
|
protected |
Cluster width.
Definition at line 52 of file ClusterGraphAttributes.h.
|
protected |
X-position of lower left corner.
Definition at line 50 of file ClusterGraphAttributes.h.
|
protected |
Y-position of lower left corner.
Definition at line 51 of file ClusterGraphAttributes.h.