#include <ogdf/labeling/ELabelInterface.h>
Public Member Functions | |
| ELabelInterface (PlanRepUML &pru) | |
| ELabelInterface (GraphAttributes ¨) | |
| GraphAttributes & | graph () |
| void | setLabel (const edge &e, const EdgeLabel< coordType > &el) |
| void | addLabel (const edge &e, const EdgeLabel< coordType > &el) |
| EdgeLabel< coordType > & | getLabel (edge e) |
| coordType | getWidth (edge e, eLabelTyp elt) |
| coordType | getHeight (edge e, eLabelTyp elt) |
| coordType & | minFeatDist () |
| coordType & | distDefault () |
Private Attributes | |
| EdgeArray< EdgeLabel< coordType > > | m_labels |
| GraphAttributes * | m_ug |
| coordType | m_distDefault |
| coordType | m_minFeatDist |
Definition at line 237 of file ELabelInterface.h.
| ogdf::ELabelInterface< coordType >::ELabelInterface | ( | PlanRepUML & | pru | ) | [inline] |
Definition at line 241 of file ELabelInterface.h.
| ogdf::ELabelInterface< coordType >::ELabelInterface | ( | GraphAttributes & | uml | ) | [inline] |
Definition at line 256 of file ELabelInterface.h.
| void ogdf::ELabelInterface< coordType >::addLabel | ( | const edge & | e, | |
| const EdgeLabel< coordType > & | el | |||
| ) | [inline] |
Definition at line 276 of file ELabelInterface.h.
| coordType& ogdf::ELabelInterface< coordType >::distDefault | ( | ) | [inline] |
Definition at line 289 of file ELabelInterface.h.
| coordType ogdf::ELabelInterface< coordType >::getHeight | ( | edge | e, | |
| eLabelTyp | elt | |||
| ) | [inline] |
Definition at line 284 of file ELabelInterface.h.
| EdgeLabel<coordType>& ogdf::ELabelInterface< coordType >::getLabel | ( | edge | e | ) | [inline] |
Definition at line 280 of file ELabelInterface.h.
| coordType ogdf::ELabelInterface< coordType >::getWidth | ( | edge | e, | |
| eLabelTyp | elt | |||
| ) | [inline] |
Definition at line 282 of file ELabelInterface.h.
| GraphAttributes& ogdf::ELabelInterface< coordType >::graph | ( | ) | [inline] |
Definition at line 270 of file ELabelInterface.h.
| coordType& ogdf::ELabelInterface< coordType >::minFeatDist | ( | ) | [inline] |
Definition at line 288 of file ELabelInterface.h.
| void ogdf::ELabelInterface< coordType >::setLabel | ( | const edge & | e, | |
| const EdgeLabel< coordType > & | el | |||
| ) | [inline] |
Definition at line 273 of file ELabelInterface.h.
coordType ogdf::ELabelInterface< coordType >::m_distDefault [private] |
Definition at line 297 of file ELabelInterface.h.
EdgeArray<EdgeLabel<coordType> > ogdf::ELabelInterface< coordType >::m_labels [private] |
Definition at line 293 of file ELabelInterface.h.
coordType ogdf::ELabelInterface< coordType >::m_minFeatDist [private] |
Definition at line 298 of file ELabelInterface.h.
GraphAttributes* ogdf::ELabelInterface< coordType >::m_ug [private] |
Definition at line 295 of file ELabelInterface.h.