Package | Description |
---|---|
net.ontopia.topicmaps.viz |
Modifier and Type | Class and Description |
---|---|
class |
TMAssociationNode
INTERNAL: Node class representing n-ary associations as nodes.
|
class |
TMTopicNode
INTERNAL: Node class representing topics.
|
Modifier and Type | Field and Description |
---|---|
protected TMAbstractNode |
HighlightNode.node |
Modifier and Type | Method and Description |
---|---|
TMAbstractNode |
TopicMapView.getFocusNode() |
TMAbstractNode |
VizController.getFocusNode() |
protected TMAbstractNode |
VizigatorUser.pickRandomNode() |
protected TMAbstractNode |
VizigatorUser.pickRandomNode(TopicIF type) |
TMAbstractNode |
CreateTMTopicNode.recoverNode(TopicMapView view) |
TMAbstractNode |
NodeRecoveryObjectIF.recoverNode(TopicMapView view) |
TMAbstractNode |
CreateTMAssociationNode.recoverNode(TopicMapView view) |
Modifier and Type | Method and Description |
---|---|
protected void |
VizController.addToHidden(TMAbstractNode target,
com.touchgraph.graphlayout.Node source,
Vector hidden) |
void |
VizController.collapseNode(TMAbstractNode node) |
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode)
Creates all edges for this node, including type -> instance, instance ->
type, and ordinary associations.
|
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode,
boolean create) |
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode,
boolean create,
boolean createEdgesToExistingNodes)
Creates all edges for this node, including type -> instance, instance ->
type, and ordinary associations.
|
void |
VizController.expandNode(TMAbstractNode node) |
void |
ApplicationContextIF.focusNode(TMAbstractNode aNode)
Set the node as the focus of the map
|
protected void |
TopicMapView.focusNode(TMAbstractNode node) |
void |
AppletContext.focusNode(TMAbstractNode aNode) |
void |
DesktopContext.focusNode(TMAbstractNode aNode) |
void |
VizController.focusNode(TMAbstractNode node)
Set the given node to be the focus node.
|
void |
VizController.focusNodeInternal(TMAbstractNode node)
Set the given node to be the focus node.
|
boolean |
TMAbstractNode.hasPathTo(TMAbstractNode target,
Set visited) |
void |
TopicMapView.hideNode(TMAbstractNode node)
Delete a node, all incident edges and all nodes and edges that no longer
have a path to the focus node as a consequence of this.
|
void |
VizController.hideNode(TMAbstractNode node)
Delete a node, all incident edges and all nodes and edges that no longer
have a path to the focus node as a consequence of this.
|
protected void |
TopicMapView.lenientAddNode(TMAbstractNode node)
This method was created as a work-around for bug #1898, which happens
when two nodes have the same ID (the second node failing to get added to
tgPanel.
|
void |
VizController.loadNode(TMAbstractNode node) |
Collection |
TopicMapView.loadNodesInLocality(TMAbstractNode startNode,
boolean create,
boolean delete)
If create is true, adds all nodes within locality's reach that were not
already visible.
|
protected void |
TopicMapView.queueInForeground(TMAbstractNode node) |
protected void |
TopicMapView.setHighlightNode(TMAbstractNode node,
Graphics g) |
protected void |
VizController.setHighlightNode(TMAbstractNode node,
Graphics g) |
void |
HighlightNode.setNode(TMAbstractNode node,
Graphics g) |