![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Decorator for items of Graphvizable
objects.
More...
Public Member Functions | |
String | getNodeDecoration (GraphvizDecorable object) |
get node decoration More... | |
String | getEdgeDecoration (GraphvizDecorable object) |
get node decoration More... | |
String | getGraphDecoration (GraphvizDecorable object) |
get graph decoration (returns same for all nodes/edges) More... | |
String | getAllNodesDecoration () |
get standard decoration for all nodes (list head) More... | |
String | getAllEdgesDecoration () |
get standard decoration for all edges (list head) More... | |
String | getGlobalStyle () |
get global style (returns same for all nodes/edges) More... | |
String | getFullNodeDecoration (GraphvizDecorable object) |
concatenates getAllNodesDecoration and getNodeDecoration More... | |
String | getFullEdgeDecoration (GraphvizDecorable object) |
concatenates getAllEdgesDecoration and getEdgeDecoration More... | |
Decorator for items of Graphvizable
objects.
Definition at line 5 of file GraphvizDecorator.java.
String aud.util.GraphvizDecorator.getAllEdgesDecoration | ( | ) |
get standard decoration for all edges (list head)
Reimplemented in aud.util.CommonGraphvizDecorator.
Definition at line 21 of file GraphvizDecorator.java.
Referenced by aud.util.GraphvizDecorator.getFullEdgeDecoration().
String aud.util.GraphvizDecorator.getAllNodesDecoration | ( | ) |
get standard decoration for all nodes (list head)
Reimplemented in aud.util.CommonGraphvizDecorator.
Definition at line 19 of file GraphvizDecorator.java.
Referenced by aud.util.GraphvizDecorator.getFullNodeDecoration().
String aud.util.GraphvizDecorator.getEdgeDecoration | ( | GraphvizDecorable | object | ) |
get node decoration
Reimplemented in aud.util.SimpleDecorator.
Definition at line 11 of file GraphvizDecorator.java.
Referenced by aud.util.GraphvizDecorator.getFullEdgeDecoration().
String aud.util.GraphvizDecorator.getFullEdgeDecoration | ( | GraphvizDecorable | object | ) |
concatenates getAllEdgesDecoration
and getEdgeDecoration
Definition at line 33 of file GraphvizDecorator.java.
References aud.util.GraphvizDecorator.getAllEdgesDecoration(), and aud.util.GraphvizDecorator.getEdgeDecoration().
String aud.util.GraphvizDecorator.getFullNodeDecoration | ( | GraphvizDecorable | object | ) |
concatenates getAllNodesDecoration
and getNodeDecoration
Definition at line 26 of file GraphvizDecorator.java.
References aud.util.GraphvizDecorator.getAllNodesDecoration(), and aud.util.GraphvizDecorator.getNodeDecoration().
String aud.util.GraphvizDecorator.getGlobalStyle | ( | ) |
get global style (returns same for all nodes/edges)
Reimplemented in aud.util.CommonGraphvizDecorator.
Definition at line 23 of file GraphvizDecorator.java.
Referenced by aud.BinaryTree< T >.toDot().
String aud.util.GraphvizDecorator.getGraphDecoration | ( | GraphvizDecorable | object | ) |
get graph decoration (returns same for all nodes/edges)
Reimplemented in aud.util.CommonGraphvizDecorator.
Definition at line 15 of file GraphvizDecorator.java.
Referenced by aud.BinaryTree< T >.toDot().
String aud.util.GraphvizDecorator.getNodeDecoration | ( | GraphvizDecorable | object | ) |
get node decoration
Reimplemented in aud.util.SimpleDecorator.
Definition at line 7 of file GraphvizDecorator.java.
Referenced by aud.util.GraphvizDecorator.getFullNodeDecoration().