Class Summary |
CustomGraphic |
Represents all the information needed to define a custom graphic for a given
NodeView. |
EdgeDetails |
Defines the visual properties of an edge. |
GraphLOD |
An instance of this class defines the level of detail that goes into
a single rendering of a graph. |
GraphRenderer |
This class contains a chunk of procedural code that stitches together
several external modules in an effort to efficiently render graphs. |
NodeDetails |
Defines visual properties of a node modulo the node size and location
Even though this class is not declared abstract, in most situations it
makes sense to override at least some of its methods in order to gain
control over node visual properties. |