AsNodeBase returns the [NodeBase] for our node, which gives access to all the base-level data structures and methods without requiring interface methods.
()
| 28 | // access to all the base-level data structures and methods |
| 29 | // without requiring interface methods. |
| 30 | AsNodeBase() *NodeBase |
| 31 | |
| 32 | // Render draws the node to the svg image. |
| 33 | Render(sv *SVG) |
no outgoing calls
no test coverage detected