#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 218 of file ELabelInterface.h.
|
inlineexplicit |
Definition at line 221 of file ELabelInterface.h.
|
inlineexplicit |
Definition at line 235 of file ELabelInterface.h.
|
inline |
Definition at line 252 of file ELabelInterface.h.
|
inline |
Definition at line 264 of file ELabelInterface.h.
|
inline |
Definition at line 259 of file ELabelInterface.h.
|
inline |
Definition at line 255 of file ELabelInterface.h.
|
inline |
Definition at line 257 of file ELabelInterface.h.
|
inline |
Definition at line 247 of file ELabelInterface.h.
|
inline |
Definition at line 262 of file ELabelInterface.h.
|
inline |
Definition at line 250 of file ELabelInterface.h.
|
private |
Definition at line 271 of file ELabelInterface.h.
|
private |
Definition at line 267 of file ELabelInterface.h.
|
private |
Definition at line 272 of file ELabelInterface.h.
|
private |
Definition at line 269 of file ELabelInterface.h.