

Public Member Functions | |
| VisWelcome () | |
Package Functions | |
| void | renderSelf () |
Package Attributes | |
| boolean | fetched = false |
Definition at line 18 of file VisWelcome.java.
| org.hfbk.vis.visnode.VisWelcome.VisWelcome | ( | ) |
Definition at line 19 of file VisWelcome.java.
References org.hfbk.vis.visnode.VisNode.add().
Here is the call graph for this function:

| void org.hfbk.vis.visnode.VisWelcome.renderSelf | ( | ) | [package, virtual] |
implement this to actually render this node itself. also used to update a node's state.
things not seen also do not update. this is sometimes akward, sometimes useful, eg. a movie not seen does not advance
Implements org.hfbk.vis.visnode.VisNode.
Definition at line 52 of file VisWelcome.java.
References org.hfbk.vis.visnode.VisRoot.fetch(), org.hfbk.vis.visnode.VisWelcome.fetched, and org.hfbk.vis.visnode.VisNode.getRoot().
Here is the call graph for this function:

boolean org.hfbk.vis.visnode.VisWelcome.fetched = false [package] |
Definition at line 51 of file VisWelcome.java.
Referenced by org.hfbk.vis.visnode.VisWelcome.renderSelf().
1.5.1