Interface of UML layout algorithms. More...
#include <ogdf/uml/UMLLayoutModule.h>
Public Member Functions | |
UMLLayoutModule () | |
Initializes a UML layout module. More... | |
virtual | ~UMLLayoutModule () |
virtual void | call (UMLGraph ¨Graph)=0 |
Computes a layout of UML graph umlGraph . More... | |
void | operator() (UMLGraph ¨Graph) |
Computes a layout of UML graph umlGraph . More... | |
Interface of UML layout algorithms.
Definition at line 44 of file UMLLayoutModule.h.
|
inline |
Initializes a UML layout module.
Definition at line 47 of file UMLLayoutModule.h.
|
inlinevirtual |
Definition at line 49 of file UMLLayoutModule.h.
|
pure virtual |
Computes a layout of UML graph umlGraph
.
Must be implemented by derived classes.
umlGraph | is the input UML graph and has to be assigned the UML layout. |
Implemented in ogdf::PlanarizationLayoutUML.
|
inline |
Computes a layout of UML graph umlGraph
.
umlGraph | is the input UML graph and has to be assigned the UML layout. |
Definition at line 64 of file UMLLayoutModule.h.