Stores information associated with a cluster. More...
#include <ogdf/cluster/ClusterGraphAttributes.h>
Public Member Functions | |
| ClusterInfo () | |
Public Attributes | |
| double | m_x |
| double | m_y |
| double | m_w |
| double | m_h |
| double | m_lineWidth |
| String | m_color |
| String | m_fillColor |
| String | m_backColor |
| GraphAttributes::EdgeStyle | m_lineStyle |
| GraphAttributes::BrushPattern | m_fillPattern |
| String | m_label |
| int | m_clusterID |
Stores information associated with a cluster.
Definition at line 79 of file ClusterGraphAttributes.h.
| ogdf::ClusterInfo::ClusterInfo | ( | ) | [inline] |
Definition at line 82 of file ClusterGraphAttributes.h.
Definition at line 95 of file ClusterGraphAttributes.h.
Definition at line 100 of file ClusterGraphAttributes.h.
Definition at line 93 of file ClusterGraphAttributes.h.
Definition at line 94 of file ClusterGraphAttributes.h.
Definition at line 97 of file ClusterGraphAttributes.h.
| double ogdf::ClusterInfo::m_h |
Definition at line 89 of file ClusterGraphAttributes.h.
Definition at line 98 of file ClusterGraphAttributes.h.
Definition at line 96 of file ClusterGraphAttributes.h.
Definition at line 91 of file ClusterGraphAttributes.h.
| double ogdf::ClusterInfo::m_w |
Definition at line 89 of file ClusterGraphAttributes.h.
| double ogdf::ClusterInfo::m_x |
Definition at line 88 of file ClusterGraphAttributes.h.
| double ogdf::ClusterInfo::m_y |
Definition at line 88 of file ClusterGraphAttributes.h.