A class that stores information about a particular node type. A node type contains information on how to draw all nodes belonging to that type. ! More...
#include <geewhiz.h>
Public Member Functions | |
string | getDescriptionString (NodeInfo &n) |
Return a string containing a description of the node. | |
string | getHTMLString (NodeInfo &n) |
Return a string containing a description of the node in "HTML" format. | |
Public Attributes | |
string | shape |
string | style |
MyColor | color |
bool | url |
bool | img |
A class that stores information about a particular node type. A node type contains information on how to draw all nodes belonging to that type. !