#include <ogdf/labeling/ELabelInterface.h>
Public Member Functions | |
| ELabelInterface (GraphAttributes ¨) | |
| ELabelInterface (PlanRepUML &pru) | |
| void | addLabel (const edge &e, const EdgeLabel< coordType > &el) |
| coordType & | distDefault () |
| coordType | getHeight (edge e, LabelType elt) |
| EdgeLabel< coordType > & | getLabel (edge e) |
| coordType | getWidth (edge e, LabelType elt) |
| GraphAttributes & | graph () |
| coordType & | minFeatDist () |
| void | setLabel (const edge &e, const EdgeLabel< coordType > &el) |
Private Attributes | |
| coordType | m_distDefault |
| EdgeArray< EdgeLabel< coordType > > | m_labels |
| coordType | m_minFeatDist |
| GraphAttributes * | m_ug |
Definition at line 216 of file ELabelInterface.h.
|
inlineexplicit |
Definition at line 219 of file ELabelInterface.h.
|
inlineexplicit |
Definition at line 233 of file ELabelInterface.h.
|
inline |
Definition at line 250 of file ELabelInterface.h.
|
inline |
Definition at line 262 of file ELabelInterface.h.
|
inline |
Definition at line 257 of file ELabelInterface.h.
|
inline |
Definition at line 253 of file ELabelInterface.h.
|
inline |
Definition at line 255 of file ELabelInterface.h.
|
inline |
Definition at line 245 of file ELabelInterface.h.
|
inline |
Definition at line 260 of file ELabelInterface.h.
|
inline |
Definition at line 248 of file ELabelInterface.h.
|
private |
Definition at line 269 of file ELabelInterface.h.
|
private |
Definition at line 265 of file ELabelInterface.h.
|
private |
Definition at line 270 of file ELabelInterface.h.
|
private |
Definition at line 267 of file ELabelInterface.h.