Interface for simple decorator with preset properties.
String getGlobalStyle()
get global style (returns same for all nodes/edges)
abstract void unmarkNode(GraphvizDecorable object)
unmark node object
String getGraphDecoration(GraphvizDecorable object)
get graph decoration (returns same for all nodes/edges)
String getAllNodesDecoration()
get standard decoration for all nodes (list head)
abstract void highlightNode(GraphvizDecorable object)
Set highlighted node.
String getAllEdgesDecoration()
get standard decoration for all edges (list head)
abstract void unmarkEdge(GraphvizDecorable object)
unmark edge object
abstract void unmarkAllEdges()
unmark all edges
void setGraphLabel(String text)
set label
abstract void markEdge(GraphvizDecorable object)
String getGraphLabel()
get label
abstract void highlightEdge(GraphvizDecorable object)
Set highlighted edge.
void clear()
Clear all decorations.
abstract void unmarkAllNodes()
unmark all nodes
abstract void markNode(GraphvizDecorable object)
Decorator for items of Graphvizable objects.
Interface for decorating items of Graphvizable objects.