Enumerations | |
enum | abstractMixedGraph::TMethOrthogonal { abstractMixedGraph::ORTHO_DEFAULT = -1, abstractMixedGraph::ORTHO_EXPLICIT = 0, abstractMixedGraph::ORTHO_EULER = 1, abstractMixedGraph::ORTHO_DEG4 = 2, abstractMixedGraph::ORTHO_4PLANAR = 3, abstractMixedGraph::ORTHO_VISIBILITY_RAW = 4, abstractMixedGraph::ORTHO_VISIBILITY_TRIM = 5, abstractMixedGraph::ORTHO_VISIBILITY_GIOTTO = 6 } |
Functions | |
void | abstractMixedGraph::Layout_Kandinsky (TMethOrthogonal method=ORTHO_DEFAULT, TFloat spacing=0.0) throw (ERRejected) |
void | abstractMixedGraph::Layout_OrthogonalDeg4 (TMethOrthogonal method=ORTHO_4PLANAR, TFloat spacing=0.0) throw (ERRejected) |
bool | abstractMixedGraph::Layout_OrthoSmallNodeCompaction () throw (ERRejected) |
bool | abstractMixedGraph::Layout_OrthoSmallLineSweep () throw (ERRejected) |
|
Alternative methods for orthogonal drawing.
|
|
Draw a graph in the 1-bent Kandinsky layout model.
|
|
Orthogonal drawing of graphs with maximum node degree 4. This method supports two variants of orthogonal drawing: If the graph is planely represented, the resulting drawing is also plane. Non-planar graphs can be also drawn. But in either case, the graph must be biconnected |
|
Compaction method for small node orthogonal drawings.
|
|
|